Added files term.h and tinfo.h in avoid_bool for use by Open Server 5
authorBruce Korb <korbb@gcc.gnu.org>
Wed, 9 Sep 1998 16:41:14 +0000 (16:41 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Wed, 9 Sep 1998 16:41:14 +0000 (16:41 +0000)
From-SVN: r22360

contrib/fixinc/inclhack.def

index 49ca383..da95cb8 100644 (file)
@@ -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";