diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-02-01 06:49:19 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-02-01 06:49:19 +0000 |
commit | ab7c205e79d2198c0318b639cf4272044049d3ba (patch) | |
tree | 210badf5e829e5596cfb528d9db20ef0a91a9014 /gcc/dwarfout.c | |
parent | 5ae38e867860a28a3020a222b4cc080c388916a3 (diff) | |
download | gcc-ab7c205e79d2198c0318b639cf4272044049d3ba.zip gcc-ab7c205e79d2198c0318b639cf4272044049d3ba.tar.gz gcc-ab7c205e79d2198c0318b639cf4272044049d3ba.tar.bz2 |
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
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 ";#" |