From 9dffe3b49e68cbab5ae18813b725eafd9c985ea5 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 12 Jun 2001 00:27:31 +0000 Subject: [PATCH] * darwin.h (ASM_FILE_END): Remove decl of language_string. From-SVN: r43238 --- gcc/ChangeLog | 4 ++++ gcc/config/darwin.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d396fa9391..272d38d97c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-11 Stan Shebs + + * darwin.h (ASM_FILE_END): Remove decl of language_string. + 2001-06-11 Stephane Carrez * config/m68hc11/m68hc11.md ("*lshrdi3_const32"): Mark the clobber diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index b07678053e5..d90af772a2a 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -196,7 +196,6 @@ do { text_section (); \ #undef ASM_FILE_END #define ASM_FILE_END(FILE) \ do { \ - extern const char *language_string; \ machopic_finish (asm_out_file); \ if (strcmp (language_string, "GNU C++") == 0) \ { \ -- 2.30.2