*** empty log message ***

From-SVN: r1118
This commit is contained in:
Richard Stallman 1992-05-28 22:48:16 +00:00
parent b07ef7b9fd
commit 350027ecf4

View File

@ -476,7 +476,7 @@ fi
if [ -r ${LIB}/$file ]; then
echo Fixing $file
sed -e 's/typedef char \* malloc_t/typedef void \* malloc_t/g' \
sed -e 's/typedef[ ]char \* malloc_t/typedef void \* malloc_t/g' \
${LIB}/$file > ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file
if cmp $file ${LIB}/$file >/dev/null 2>&1; then