*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 28 May 1992 22:48:16 +0000 (22:48 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 28 May 1992 22:48:16 +0000 (22:48 +0000)
From-SVN: r1118

gcc/fixincludes

index 07ae66f..88ae8f9 100755 (executable)
@@ -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