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
This commit is contained in:
J. David Anglin 2000-10-17 10:35:12 -06:00 committed by Jeff Law
parent 1651ab853f
commit 948eab23d0
3 changed files with 8 additions and 1 deletions

View 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'.

View 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
*/

View 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;