HTML typos and avoid standards.h breakage

From-SVN: r40327
This commit is contained in:
Rainer Orth 2001-03-08 21:41:36 +00:00 committed by Bruce Korb
parent b7460f2463
commit 786b0d3590
3 changed files with 200 additions and 137 deletions

View File

@ -1,3 +1,15 @@
Thu Mar 8 21:09:10 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/inclhack.def (AAB_dgux_int_varargs): Don't use HTML
entities.
* fixinc/fixincl.x: Regenerate.
Thu Mar 8 21:09:10 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* fixinc/inclhack.def (AAA_standards): Undo <standards.h> breakage
on Tru64 UNIX.
* fixinc/fixincl.x: Regenerate.
2001-03-08 Richard Henderson <rth@redhat.com>
* configure.in (HAVE_AS_LEB128): New assembler check.

File diff suppressed because it is too large Load Diff

View File

@ -59,6 +59,18 @@ fix = {
};
/*
* Tru64 UNIX V4.0F/V5.1 <standards.h> defines _NO_PROTO and _NONSTD_TYPES
* correctly for GCC, but strict_ansi_not breaks it.
*/
fix = {
hackname = AAA_standards;
files = standards.h;
select = 'GNU and MIPS C compilers define __STDC__ differently';
replace; /* empty replacement -> no fixing the file */
};
/*
* This file on SunOS 4 has a very large macro. When the sed loop
* tries pull it in, it overflows the pattern space size of the SunOS
@ -86,7 +98,7 @@ fix = {
/* And now, the real fixes, replacement text fixes first: */
/*
* Completely replace &lt;_int_varargs.h&gt; with a file that includes gcc's
* Completely replace <_int_varargs.h> with a file that includes gcc's
* stdarg.h or varargs.h files as appropriate on DG/UX
*/
fix = {
@ -105,7 +117,7 @@ fix = {
*/
\#ifndef ___int_features_h
\#include &lt;sys/_int_features.h&gt;
\#include <sys/_int_features.h>
\#endif
\#if !(defined(_VA_LIST) || defined(_VA_LIST_))