Commit 948eab23 by J. David Anglin Committed by Jeff Law

inclhack.def (hpux_maxint): Also apply fix to values.h.

        * inclhack.def (hpux_maxint): Also apply fix to values.h.
        * fixincl.x: Rebuilt.

From-SVN: r36904
parent 1651ab85
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> 2000-10-17 Alexandre Oliva <aoliva@redhat.com>
* genrecog.c (write_switch): Return the first condition that needs a * genrecog.c (write_switch): Return the first condition that needs a
...@@ -37,6 +42,7 @@ ...@@ -37,6 +42,7 @@
to be used along with -shared, and document the subtle failure that to be used along with -shared, and document the subtle failure that
may occur otherwise. may occur otherwise.
>>>>>>> 1.7984
2000-10-16 J. David Anglin <dave@hiauly1.hia.nrc.ca> 2000-10-16 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.md (return_internal): Move `use' after `return'. * pa.md (return_internal): Move `use' after `return'.
......
...@@ -2094,7 +2094,7 @@ tSCC zHpux_MaxintName[] = ...@@ -2094,7 +2094,7 @@ tSCC zHpux_MaxintName[] =
* File name selection pattern * File name selection pattern
*/ */
tSCC zHpux_MaxintList[] = tSCC zHpux_MaxintList[] =
"|sys/param.h|"; "|sys/param.h|values.h|";
/* /*
* Machine/OS name selection pattern * Machine/OS name selection pattern
*/ */
......
...@@ -1206,6 +1206,7 @@ fix = { ...@@ -1206,6 +1206,7 @@ fix = {
fix = { fix = {
hackname = hpux_maxint; hackname = hpux_maxint;
files = sys/param.h; files = sys/param.h;
files = values.h;
select = "^#[ \t]*define[ \t]*MAXINT[ \t]"; select = "^#[ \t]*define[ \t]*MAXINT[ \t]";
c_fix = format; c_fix = format;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment