inclhack.def (hpux_maxint): Also apply fix to values.h.
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Tue, 17 Oct 2000 16:35:12 +0000 (10:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 17 Oct 2000 16:35:12 +0000 (10:35 -0600)
        * inclhack.def (hpux_maxint): Also apply fix to values.h.
        * fixincl.x: Rebuilt.

From-SVN: r36904

gcc/ChangeLog
gcc/fixinc/fixincl.x
gcc/fixinc/inclhack.def

index f29d3b9..f523e43 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * inclhack.def (hpux_maxint): Also apply fix to values.h.
+       * fixincl.x: Rebuilt.
+
 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
 
        * genrecog.c (write_switch): Return the first condition that needs a
@@ -37,6 +42,7 @@
        to be used along with -shared, and document the subtle failure that
        may occur otherwise.
 
+>>>>>>> 1.7984
 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * pa.md (return_internal): Move `use' after `return'.
index c226081..0bfc7d3 100644 (file)
@@ -2094,7 +2094,7 @@ tSCC zHpux_MaxintName[] =
  *  File name selection pattern
  */
 tSCC zHpux_MaxintList[] =
-  "|sys/param.h|";
+  "|sys/param.h|values.h|";
 /*
  *  Machine/OS name selection pattern
  */
index c5f9bdc..b461216 100644 (file)
@@ -1206,6 +1206,7 @@ fix = {
 fix = {
     hackname  = hpux_maxint;
     files     = sys/param.h;
+    files     = values.h;
     select    = "^#[ \t]*define[ \t]*MAXINT[ \t]";
 
     c_fix     = format;