Commit 897746d8 by Richard Kenner

(curses.h): Allow space or tab after bool keyword, instead of tab or tab.

From-SVN: r10596
parent a4205566
...@@ -1997,9 +1997,9 @@ for files in curses.h; do ...@@ -1997,9 +1997,9 @@ for files in curses.h; do
#ifndef __cplusplus'\ #ifndef __cplusplus'\
-e '/^#[ ]*define[ ][ ]*bool[ ][ ]*char[ ]*$/a\ -e '/^#[ ]*define[ ][ ]*bool[ ][ ]*char[ ]*$/a\
#endif'\ #endif'\
-e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;/i\ -e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;/i\
#ifndef __cplusplus'\ #ifndef __cplusplus'\
-e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;/a\ -e '/^typedef[ ][ ]*char[ ][ ]*bool[ ]*;/a\
#endif'\ #endif'\
${LIB}/$file > ${LIB}/${file}.sed ${LIB}/$file > ${LIB}/${file}.sed
rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${LIB}/$file rm -f ${LIB}/$file; mv ${LIB}/${file}.sed ${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