aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/fini.c
diff options
context:
space:
mode:
authorCraig Burley <burley@gnu.org>1998-07-15 03:07:55 -0400
committerDave Love <fx@gcc.gnu.org>1998-07-15 07:07:55 +0000
commit207ff633feae11eb0ddf171b49bcd5e93dfa05ab (patch)
tree9165938760b2c1a1a4b567a9e304b77454c34686 /gcc/f/fini.c
parent268775847c1bda1cc90cd7438d1a1b6be501d42a (diff)
downloadgcc-207ff633feae11eb0ddf171b49bcd5e93dfa05ab.zip
gcc-207ff633feae11eb0ddf171b49bcd5e93dfa05ab.tar.gz
gcc-207ff633feae11eb0ddf171b49bcd5e93dfa05ab.tar.bz2
Cleanups vis-a-vis system.h cutover and g77-0.5.24:
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. From-SVN: r21176
Diffstat (limited to 'gcc/f/fini.c')
-rw-r--r--gcc/f/fini.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/f/fini.c b/gcc/f/fini.c
index 44c749f..439ecca 100644
--- a/gcc/f/fini.c
+++ b/gcc/f/fini.c
@@ -19,7 +19,6 @@ along with GNU Fortran; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
-#define USE_HCONFIG
#include "proj.h"
#include "malloc.h"