OSDN Git Service

(curses.h): Allow space or tab after bool keyword, instead of tab or tab.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 1995 19:22:56 +0000 (19:22 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Nov 1995 19:22:56 +0000 (19:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10596 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixincludes

index 333e6a3..ba6781d 100755 (executable)
@@ -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