(curses.h): Allow space or tab after bool keyword, instead of tab or tab.
From-SVN: r10596
This commit is contained in:
parent
a4205566f5
commit
897746d889
@ -1997,9 +1997,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