Commit b080ce78 by Jeffrey A Law Committed by Jeff Law

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
parent 79b96d9b
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> Tue Mar 30 20:51:40 1999 Mark Mitchell <mark@codesourcery.com>
* alias.c (alias_set_compare): Remove. * alias.c (alias_set_compare): Remove.
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# DO NOT EDIT THIS FILE (fixincl.sh) # DO NOT EDIT THIS FILE (fixincl.sh)
# #
# It has been autogen-ed Wednesday March 3, 1999 at 08:06:18 AM PST # It has been autogen-ed Wednesday March 31, 1999 at 01:12:08 AM MST
# From the definitions inclhack.def # From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
# and the template file inclhack.tpl # and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
# #
# Install modified versions of certain ANSI-incompatible system header # Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a # files which are fixed to work correctly with ANSI C and placed in a
......
/* /*
* DO NOT EDIT THIS FILE (fixincl.x) * DO NOT EDIT THIS FILE (fixincl.x)
* *
* It has been autogen-ed Wednesday March 3, 1999 at 08:07:03 AM PST * It has been autogen-ed Wednesday March 31, 1999 at 01:11:59 AM MST
* From the definitions inclhack.def * From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
* and the template file fixincl.tpl * and the template file /puke/law//egcs/egcs/gcc/fixinc/fixincl.tpl
* *
* Install modified versions of certain ANSI-incompatible system header * Install modified versions of certain ANSI-incompatible system header
* files which are fixed to work correctly with ANSI C and placed in a * files which are fixed to work correctly with ANSI C and placed in a
...@@ -299,6 +299,7 @@ tSCC zAvoid_BoolName[] = ...@@ -299,6 +299,7 @@ tSCC zAvoid_BoolName[] =
*/ */
tSCC zAvoid_BoolList[] = tSCC zAvoid_BoolList[] =
"|" "curses.h" "|" "curses.h"
"|" "curses_colr/curses.h"
"|" "term.h" "|" "term.h"
"|" "tinfo.h" "|"; "|" "tinfo.h" "|";
/* /*
......
...@@ -118,6 +118,7 @@ fix = { ...@@ -118,6 +118,7 @@ fix = {
fix = { fix = {
hackname = avoid_bool; hackname = avoid_bool;
files = curses.h; files = curses.h;
files = curses_colr/curses.h;
files = term.h; files = term.h;
files = tinfo.h; files = tinfo.h;
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# DO NOT EDIT THIS FILE (inclhack.sh) # DO NOT EDIT THIS FILE (inclhack.sh)
# #
# It has been autogen-ed Wednesday March 3, 1999 at 08:05:49 AM PST # It has been autogen-ed Wednesday March 31, 1999 at 01:11:59 AM MST
# From the definitions inclhack.def # From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
# and the template file inclhack.tpl # and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
# #
# Install modified versions of certain ANSI-incompatible system header # Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a # files which are fixed to work correctly with ANSI C and placed in a
...@@ -504,6 +504,7 @@ struct rusage; ...@@ -504,6 +504,7 @@ struct rusage;
# Fix 9: Avoid_Bool # Fix 9: Avoid_Bool
# #
case "$file" in ./curses.h | \ case "$file" in ./curses.h | \
./curses_colr/curses.h | \
./term.h | \ ./term.h | \
./tinfo.h ) ./tinfo.h )
fixlist="${fixlist} fixlist="${fixlist}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment