summaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-01 06:49:19 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-01 06:49:19 +0000
commitf7c776079e701ff0bf416b1fadfbc24c8f8cc1ec (patch)
tree210badf5e829e5596cfb528d9db20ef0a91a9014 /gcc/dwarfout.c
parent6babb3ce8f263519020053d0a86e313eba1cd7f1 (diff)
downloadgcc-f7c776079e701ff0bf416b1fadfbc24c8f8cc1ec.tar.gz
* system.h (inline, const): Handle these for stage2 (and later) gcc.
* dwarf2out.c (inline): Don't define. * dwarfout.c (inline): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24950 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index 1a59ac7768e..dd4ff1da2ab 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 ";#"