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
This commit is contained in:
parent
79b96d9b8c
commit
b080ce780a
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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" "|";
|
||||
/*
|
||||
|
@ -118,6 +118,7 @@ fix = {
|
||||
fix = {
|
||||
hackname = avoid_bool;
|
||||
files = curses.h;
|
||||
files = curses_colr/curses.h;
|
||||
files = term.h;
|
||||
files = tinfo.h;
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user