inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
authorJeffrey A Law <law@cygnus.com>
Wed, 31 Mar 1999 00:20:47 +0000 (00:20 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 31 Mar 1999 00:20:47 +0000 (17:20 -0700)
        * inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
        * fixincl.x, inclhack.sh, fixincl.sh: Rebuilt.

From-SVN: r26073

gcc/ChangeLog
gcc/fixinc/fixincl.sh
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def
gcc/fixinc/inclhack.sh

index be1aabc47cdca79ca9cdf6a989cf370c794678a9..12f550541bcc2e619ec23d085393b8e868eb03ed 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 31 00:50:48 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
+       * fixincl.x, inclhack.sh, fixincl.sh: Rebuilt.
+
 Tue Mar 30 20:51:40 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * alias.c (alias_set_compare): Remove.
index 80d5f47cacb3de3f7f09b895cf696604b8f953e9..ce855898ec127944a97f384bd42c15aeb77dae38 100755 (executable)
@@ -2,9 +2,9 @@
 #
 # DO NOT EDIT THIS FILE   (fixincl.sh)
 # 
-# It has been autogen-ed  Wednesday March  3, 1999 at 08:06:18 AM PST
-# From the definitions    inclhack.def
-# and the template file   inclhack.tpl
+# It has been autogen-ed  Wednesday March 31, 1999 at 01:12:08 AM MST
+# From the definitions    /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
+# and the template file   /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
 #
 # Install modified versions of certain ANSI-incompatible system header
 # files which are fixed to work correctly with ANSI C and placed in a
index 684849d479c99056e74d3b72355d0b4989bb2610..d03d3990e1127fbe80436c8f7fd341b5e1e770ee 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * DO NOT EDIT THIS FILE   (fixincl.x)
  * 
- * It has been autogen-ed  Wednesday March  3, 1999 at 08:07:03 AM PST
- * From the definitions    inclhack.def
- * and the template file   fixincl.tpl
+ * It has been autogen-ed  Wednesday March 31, 1999 at 01:11:59 AM MST
+ * From the definitions    /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
+ * and the template file   /puke/law//egcs/egcs/gcc/fixinc/fixincl.tpl
  *
  * Install modified versions of certain ANSI-incompatible system header
  * files which are fixed to work correctly with ANSI C and placed in a
@@ -299,6 +299,7 @@ tSCC zAvoid_BoolName[] =
  */
 tSCC zAvoid_BoolList[] =
         "|" "curses.h"
+        "|" "curses_colr/curses.h"
         "|" "term.h"
         "|" "tinfo.h" "|";
 /*
index 09957254c520e57dcaeb310145fa8b35a32a0091..afe2fe7e0227e0005e3d0695c3af57dc1d3cff4f 100644 (file)
@@ -118,6 +118,7 @@ fix = {
 fix = {
     hackname = avoid_bool;
     files    = curses.h;
+    files    = curses_colr/curses.h;
     files    = term.h;
     files    = tinfo.h;
 
index cc3ed4d18372cb40511f489f378729b01f73ca74..080c7f377986d90d5685dad9fd57c157fc82130d 100755 (executable)
@@ -2,9 +2,9 @@
 #
 # DO NOT EDIT THIS FILE   (inclhack.sh)
 # 
-# It has been autogen-ed  Wednesday March  3, 1999 at 08:05:49 AM PST
-# From the definitions    inclhack.def
-# and the template file   inclhack.tpl
+# It has been autogen-ed  Wednesday March 31, 1999 at 01:11:59 AM MST
+# From the definitions    /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
+# and the template file   /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
 #
 # Install modified versions of certain ANSI-incompatible system header
 # files which are fixed to work correctly with ANSI C and placed in a
@@ -504,6 +504,7 @@ struct rusage;
     # Fix   9:  Avoid_Bool
     #
     case "$file" in ./curses.h | \
+       ./curses_colr/curses.h | \
        ./term.h | \
        ./tinfo.h )
     fixlist="${fixlist}