diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-09 16:41:14 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-09 16:41:14 +0000 |
commit | 98d26ece3677faf0365eeaff9e1ad4282da7818e (patch) | |
tree | c1f0c860adb84c73f2b5c92292d426a5bd04535f /contrib | |
parent | 07990746db97d2b9b586fb7162bdf39e613170fd (diff) | |
download | gcc-98d26ece3677faf0365eeaff9e1ad4282da7818e.tar.gz |
Added files term.h and tinfo.h in avoid_bool for use by Open Server 5
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fixinc/inclhack.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fixinc/inclhack.def b/contrib/fixinc/inclhack.def index 49ca3834922..da95cb805c6 100644 --- a/contrib/fixinc/inclhack.def +++ b/contrib/fixinc/inclhack.def @@ -118,6 +118,8 @@ fix = { fix = { hackname = avoid_bool; files = curses.h; + files = term.h; + files = tinfo.h; sed = "/^#[ \t]*define[ \t][ \t]*bool[ \t][ \t]*char[ \t]*$/i\\\n" "#ifndef __cplusplus\n"; |