Commit 350027ec by Richard Stallman

*** empty log message ***

From-SVN: r1118
parent b07ef7b9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment