(curses.h): typedef bool need not take up entire line.

From-SVN: r10321
This commit is contained in:
Richard Kenner 1995-09-12 12:42:15 -04:00
parent 872d777bb1
commit 5f01b2d515

View File

@ -1969,9 +1969,9 @@ for files in curses.h; do
#ifndef __cplusplus'\
-e '/^#[ ]*define[ ][ ]*bool[ ][ ]*char[ ]*$/a\
#endif'\
-e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;[ ]*$/i\
-e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;/i\
#ifndef __cplusplus'\
-e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;[ ]*$/a\
-e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;/a\
#endif'\
${LIB}/$file > ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file