fast-fixincludes fix

Jeffrey A Law law@upchuck.cygnus.com
Wed Mar 31 00:22:00 GMT 1999


This patch adds a fixincludes change that was not propagated into
inclhack.def.  

        * inclhack.def (bool): Also fix bogus bool in curses_colr/curses.h
        * fixincl.x, inclhack.sh, fixincl.sh: Rebuilt.

Index: inclhack.def
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/fixinc/inclhack.def,v
retrieving revision 1.3
diff -c -3 -p -r1.3 inclhack.def
*** inclhack.def	1999/03/03 07:41:43	1.3
--- inclhack.def	1999/03/31 08:18:20
*************** fix = {
*** 118,123 ****
--- 118,124 ----
  fix = {
      hackname = avoid_bool;
      files    = curses.h;
+     files    = curses_colr/curses.h;
      files    = term.h;
      files    = tinfo.h;
  


More information about the Gcc-patches mailing list