Commit Graph

119 Commits

Author SHA1 Message Date
Doug Evans
46eeda1717 fixincludes: Fix including of machine/r3_cpu.h and machine/r4_cpu.h in machine/cpu.h on...
* fixincludes: Fix including of machine/r3_cpu.h and machine/r4_cpu.h
in machine/cpu.h on Ultrix 4.3.

From-SVN: r6628
1994-02-26 18:07:52 +00:00
Ian Lance Taylor
984da0ffb0 Put double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]*
From-SVN: r6609
1994-02-22 16:03:44 +00:00
Ian Lance Taylor
b7bb5c984d Permit upper case characters in typedef of size_t in <sys/types.h>.
From-SVN: r6591
1994-02-19 19:26:35 +00:00
Ian Lance Taylor
dd22b925ad Fix uses of new in Xm/Traversal.h.
From-SVN: r6573
1994-02-16 05:55:34 +00:00
Ian Lance Taylor
224b1df055 Use __SIZE_TYPE__ for size_t type, rather than running gcc to get it.
From-SVN: r6563
1994-02-15 22:03:40 +00:00
Ian Lance Taylor
266f3aacd5 Clean up some X11 header files for C++; problems found on RS/6000.
From-SVN: r6547
1994-02-13 22:08:06 +00:00
Jim Wilson
a6e9783c22 When edit size_t typedef, modify sed pattern to avoid matching typedef uses of size_t.
When edit size_t typedef, modify sed pattern to
avoid matching typedef uses of size_t.  Likewise when adding
#ifndef GCC_SIZE_T.

From-SVN: r6505
1994-02-08 16:10:31 -08:00
Ian Lance Taylor
bb7c21a564 Do not fix <syndev/ipi_error.h> to avoid problems with SunOS sed
From-SVN: r6339
1993-12-28 03:15:25 +00:00
Jim Wilson
a6642da8c0 backport: host_mips, mips, MIPSE[LB], R[34]000, SYSTYPE_*.
Merge in changes from fixinc.mips.  Fix identifiers
host_mips, mips, MIPSE[LB], R[34]000, SYSTYPE_*.  Fix size_t uses
in stddef.h, memory.h, unistd.h.  Fix /**/ in bsd43/bsd43_.h.

From-SVN: r6288
1993-12-23 15:50:50 -08:00
Richard Kenner
3b0ad9f9c4 (rpc/auth.h, rpc/xdr.h): Declare structures before using them in prototypes, for Irix 4.0.5.
(rpc/auth.h, rpc/xdr.h): Declare structures before using them in
prototypes, for Irix 4.0.5.
(rpc/rpc.h): Avoid a nested comment on Ultrix 4.3.

From-SVN: r6257
1993-12-21 21:09:32 -05:00
Ian Lance Taylor
9deb7b7ca4 Do not preserve _HIDDEN_VA_LIST in <stdio.h>
From-SVN: r6245
1993-12-16 16:36:22 +00:00
Richard Kenner
ff40873a3f (stdio.h): Fix typos (missing quote) in previous change.
From-SVN: r6183
1993-12-03 06:41:47 -05:00
Richard Kenner
0f20ebd10c Preserve _HIDDEN_VA_LIST when changing VA_LIST to DUMMY_VA_LIST.
Change __va_list to __gnuc_va_list.  For AIX 3.2.5.

From-SVN: r6177
1993-12-02 07:06:58 -05:00
Richard Stallman
e6093ed4f8 (math.h): When deleting inline sqrt and abs,
be flexible about arg name and function body.

From-SVN: r6126
1993-11-21 06:54:47 +00:00
Richard Stallman
e5c1a9d28f When compute DOTS, convert /./ to / to avoid
accidentally converting it to /../.

From-SVN: r6113
1993-11-19 20:19:29 +00:00
Richard Kenner
00b14c22f0 (math.h): Add missing quoting of *' when fixing prototype of sqr'.
From-SVN: r6111
1993-11-17 19:15:24 -05:00
Richard Stallman
8f8470e01f Copy files needed for other files at the very end.
From-SVN: r6067
1993-11-11 08:20:12 +00:00
Richard Stallman
f820ace744 (math.h): Delete inline definitions for sqr.
From-SVN: r6050
1993-11-10 06:29:05 +00:00
Richard Stallman
b1533c0515 (loop on $required): When a file is copied
because another file needs it, scan it for what files it needs.

From-SVN: r6045
1993-11-09 23:53:36 +00:00
Ian Lance Taylor
1f10df153b Don't fix /**/ in X11 files; unnecessary
From-SVN: r5975
1993-11-02 19:33:52 +00:00
Richard Stallman
e50ea3d024 (sys/stat.h) Fix fchmod prototype, first arg is int, not char * [AIX 3.2.4].
(rpc/svc.h): Avoid nested comments [Ultrix 4.3].
(stdio.h, stdlib.h): Fixed getopt prototypes to match POSIX.2
[DEC Alpha OSF/1 1.3].

Fix <sys/limits.h> like <limits.h>.

From-SVN: r5974
1993-11-02 19:26:16 +00:00
Richard Stallman
8bfed52805 Unquote 'f' in #define _IO.
Unquote 'f' in #define _IO.  Fix elf.h like
elf_abi.h.  For Irix 5.

From-SVN: r5970
1993-11-02 04:15:40 +00:00
Ian Lance Taylor
86e33dc9d2 Don't remove /**/ from X11/xmd.h.
From-SVN: r5964
1993-11-01 20:19:12 +00:00
Richard Stallman
08432663f0 (bsd/sys/wait.h): Undo previous change.
From-SVN: r5919
1993-10-27 18:15:53 +00:00
Richard Stallman
ad96180a11 Fix NeXT <sys/wait.h> problem in <bsd/sys/wait.h>
as well, since that is where the file is in NeXTStep 3.0.

From-SVN: r5896
1993-10-26 17:03:37 +00:00
Richard Stallman
1daf70295c Fix bad S_IS* macros in <sys/stat.h> on m88k-sysv3.
From-SVN: r5884
1993-10-25 21:05:29 +00:00
Richard Stallman
195714793d Remove nested brackets in change of Oct 21.
Fix token pasting operator in ARM/RISCiX include files.

From-SVN: r5881
1993-10-25 17:57:20 +00:00
Ian Lance Taylor
87394941cc Avoid #define of __wchar_t on ARM/RISCiX <stdlib.h>
From-SVN: r5859
1993-10-21 15:13:39 +00:00
Richard Stallman
621b377116 (required): Accept a space instead of a tab
between #define and CTRL (or _CTRL).

From-SVN: r5858
1993-10-21 08:36:14 +00:00
Richard Kenner
f90ac35b89 Remove erroneous parens from Alpha OSF/1 <sym.h>.
From-SVN: r5786
1993-10-13 21:47:52 -04:00
Richard Stallman
40f1c86cca If a file is referenced with double quotes from
a fixed file, make sure it is copied into the fixed include directory.

Remove DPS/XDPSlib.h special-case code.

From-SVN: r5753
1993-10-12 19:51:26 +00:00
Richard Kenner
dca8246585 Quote braces on `find' looking for DONE files.
From-SVN: r5749
1993-10-12 14:02:38 -04:00
Ian Lance Taylor
d01b0b7c4e Fix typo
From-SVN: r5738
1993-10-11 19:36:17 +00:00
Ian Lance Taylor
10711bdd05 Fix typo
From-SVN: r5737
1993-10-11 19:20:40 +00:00
Richard Stallman
e03bb07275 (sys/spinlock.h): Don't copy it if it doesn't exist.
(DPS/XDPSlib.h): Change "XDPS.h" to <DPS/XDPS.h>, for AIX.

From-SVN: r5701
1993-10-10 02:50:18 +00:00
Richard Stallman
0ef87f3907 When fixing _IO's definition, handle t as arg name.
From-SVN: r5700
1993-10-10 02:46:12 +00:00
Doug Evans
94e21bd7ba fixincludes (sys/spinlock.h): change references of "../machine/*.h" to <machine/*.h>
* fixincludes (sys/spinlock.h): change references of
"../machine/*.h" to <machine/*.h>

From-SVN: r5531
1993-09-29 21:25:02 +00:00
Jim Wilson
3b8b3c98b0 ({sparc,sun3,sun3x,sun4,sun4c,sun4m}/asm_linkage.h,
{sun4c,sun4m}/debug/asm_linkage.h: Replace /**/ with ##.

From-SVN: r5514
1993-09-28 15:54:25 -07:00
Jim Wilson
303b6ca3e8 (math.h): Put #ifndef around HUGE_VAL define.
From-SVN: r5509
1993-09-28 15:41:21 -07:00
Jim Wilson
0ff7639849 (sbusdev/audiovar.h): Fix wrongly edited // comments
nested within /* */ comments.

From-SVN: r5289
1993-09-08 12:10:46 -07:00
Ian Lance Taylor
cc08b87dab Get size_t typedef using gcc, not cc
From-SVN: r5133
1993-08-11 13:22:45 +00:00
Per Bothner
255fccf375 Fix some AIX and NeXT problems.
From-SVN: r4982
1993-07-24 15:03:22 -07:00
Jim Wilson
1f1ff018a2 (sys/types.h sys/stdtypes.h): Delete newline before do.
(machine/cpu.h): Delete space in `2>& 1'.

From-SVN: r4953
1993-07-21 14:04:54 -07:00
Richard Stallman
a3f6caa73f (stdlib.h): Check carefully for definition of size_t.
From-SVN: r4927
1993-07-15 17:05:38 +00:00
Richard Stallman
ec4738c0ca Don't discard comment end characters on lines that look like "#endif */".
Don't discard comment end characters on lines that
look like "#endif */".  Fixes Esix 4.0.4 problem.

From-SVN: r4920
1993-07-14 23:23:58 +00:00
Richard Stallman
c87e58bb18 (file): Fix size_t definition in stdlib.h as in types.h.
Also a conditional to prevent repeated definition.

From-SVN: r4919
1993-07-14 23:15:19 +00:00
Richard Stallman
0fa2faf052 Check for symlinks being available in /tmp.
From-SVN: r4899
1993-07-10 19:06:09 +00:00
Paul Eggert
884caf18bb Don't create absolute symbolic links;
make them relative instead.

From-SVN: r4815
1993-07-01 19:06:50 +00:00
Paul Eggert
458e8901e3 Remove special case for IRIX 4.0.1 that was superseded
by a more general fix to fixincludes.

From-SVN: r4814
1993-07-01 18:15:17 +00:00
Paul Eggert
20c74d5ea3 Remove everything after #endif, instead of trying to turn it into comments, which loses inside comments.
Remove everything after #endif, instead of trying
to turn it into comments, which loses inside comments.
Remove #endif workarounds for Ultrix 4.[12]
and SunOS 4.1, which are no longer needed because of this bug fix.

From-SVN: r4812
1993-07-01 07:46:15 +00:00