From 897746d889bdefe3a5cb5613cb271fe668741865 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 26 Nov 1995 14:22:56 -0500 Subject: [PATCH] (curses.h): Allow space or tab after bool keyword, instead of tab or tab. From-SVN: r10596 --- gcc/fixincludes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/fixincludes b/gcc/fixincludes index 333e6a3..ba6781d 100755 --- a/gcc/fixincludes +++ b/gcc/fixincludes @@ -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 -- 2.7.4