diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-15 07:07:55 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-15 07:07:55 +0000 |
commit | f2658a207eb636f37bcd649134a1fb4f382a45b2 (patch) | |
tree | 9165938760b2c1a1a4b567a9e304b77454c34686 /gcc/f/intdoc.c | |
parent | a568aac932bd409be4c882bb50bf3556d3817bff (diff) | |
download | gcc-f2658a207eb636f37bcd649134a1fb4f382a45b2.tar.gz |
Mon Jul 13 17:33:44 1998 Craig Burley <burley@gnu.org>
Cleanups vis-a-vis system.h cutover and g77-0.5.24:
* Makefile.in (fini.o): Define USE_HCONFIG macro
so source code doesn't have to.
* fini.c: Don't define USE_HCONFIG here, since
source code usually shouldn't care about this.
* ansify.c: Include stddef.h only if we have it.
* intdoc.c: Ditto.
* proj.h: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/intdoc.c')
-rw-r--r-- | gcc/f/intdoc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/f/intdoc.c b/gcc/f/intdoc.c index 648b75afb74..0ac39ff43ce 100644 --- a/gcc/f/intdoc.c +++ b/gcc/f/intdoc.c @@ -25,7 +25,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "hconfig.j" #include "system.j" #include "assert.j" +#if HAVE_STDDEF_H #include <stddef.h> +#endif typedef enum { |