aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-03-31 00:20:47 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-30 17:20:47 -0700
commitb080ce780a30e3679658c5b569f015bdbdd5a912 (patch)
tree387f693bac86e0623d3eefd8f8eb839b9f5f9ac7 /gcc
parent79b96d9b8cd2b5a5f50f18824662875e0310f77b (diff)
downloadgcc-b080ce780a30e3679658c5b569f015bdbdd5a912.zip
gcc-b080ce780a30e3679658c5b569f015bdbdd5a912.tar.gz
gcc-b080ce780a30e3679658c5b569f015bdbdd5a912.tar.bz2
inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
* inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h * fixincl.x, inclhack.sh, fixincl.sh: Rebuilt. From-SVN: r26073
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/fixinc/fixincl.sh6
-rw-r--r--gcc/fixinc/fixincl.x7
-rw-r--r--gcc/fixinc/inclhack.def1
-rwxr-xr-xgcc/fixinc/inclhack.sh7
5 files changed, 17 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index be1aabc..12f5505 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/fixinc/fixincl.sh b/gcc/fixinc/fixincl.sh
index 80d5f47..ce85589 100755
--- a/gcc/fixinc/fixincl.sh
+++ b/gcc/fixinc/fixincl.sh
@@ -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
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x
index 684849d..d03d399 100644
--- a/gcc/fixinc/fixincl.x
+++ b/gcc/fixinc/fixincl.x
@@ -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" "|";
/*
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index 0995725..afe2fe7 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -118,6 +118,7 @@ fix = {
fix = {
hackname = avoid_bool;
files = curses.h;
+ files = curses_colr/curses.h;
files = term.h;
files = tinfo.h;
diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh
index cc3ed4d..080c7f3 100755
--- a/gcc/fixinc/inclhack.sh
+++ b/gcc/fixinc/inclhack.sh
@@ -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}