OSDN Git Service

*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jun 1992 21:05:39 +0000 (21:05 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Jun 1992 21:05:39 +0000 (21:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1193 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index 88ae8f9..a435f24 100755 (executable)
@@ -477,6 +477,7 @@ fi
 if [ -r ${LIB}/$file ]; then
   echo Fixing $file
   sed -e 's/typedef[   ]char \*        malloc_t/typedef void \*        malloc_t/g' \
+  -e 's/int[   ][      ]*free/void     free/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