Commit 591d2ce8 by Richard Stallman

(signal.h): FIx typo in last change.

(signal.h): Don't mung #endif if nonwhite stuff precedes.

From-SVN: r4619
parent 6c7b9201
......@@ -531,7 +531,7 @@ fi
if [ -r ${LIB}/$file ]; then
echo Fixing $file, nested comments
sed -e 's/#endif.*/#endif/' ${LIB}/$file > ${LIB}/${file}.sed
sed -e 's/^[ ]*#endif.*/#endif/' ${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
rm -f ${LIB}/$file
......
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