(curses.h): typedef bool need not take up entire line.
From-SVN: r10321
This commit is contained in:
parent
872d777bb1
commit
5f01b2d515
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user