From ab7c205e79d2198c0318b639cf4272044049d3ba Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 1 Feb 1999 06:49:19 +0000 Subject: system.h (inline, const): Handle these for stage2 (and later) gcc. * system.h (inline, const): Handle these for stage2 (and later) gcc. * dwarf2out.c (inline): Don't define. * dwarfout.c (inline): Likewise. From-SVN: r24950 --- gcc/dwarfout.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/dwarfout.c') diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 1a59ac7..dd4ff1d 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -63,10 +63,6 @@ extern char *getpwd PROTO((void)); /* Note that the implementation of C++ support herein is (as yet) unfinished. If you want to try to complete it, more power to you. */ -#if !defined(__GNUC__) || (NDEBUG != 1) -#define inline -#endif - /* How to start an assembler comment. */ #ifndef ASM_COMMENT_START #define ASM_COMMENT_START ";#" -- cgit v1.1