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/dwarf2out.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/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index ba0caa3..16e5bc3 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -72,10 +72,6 @@ dwarf2out_do_frame () #if defined (DWARF2_DEBUGGING_INFO) || defined (DWARF2_UNWIND_INFO) -#ifndef __GNUC__ -#define inline -#endif - /* How to start an assembler comment. */ #ifndef ASM_COMMENT_START #define ASM_COMMENT_START ";#" |