From: Stan Shebs Date: Tue, 12 Jun 2001 00:27:31 +0000 (+0000) Subject: * darwin.h (ASM_FILE_END): Remove decl of language_string. X-Git-Tag: prereleases/libstdc++-3.0.95~3824 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dffe3b49e68cbab5ae18813b725eafd9c985ea5;p=thirdparty%2Fgcc.git * darwin.h (ASM_FILE_END): Remove decl of language_string. From-SVN: r43238 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d396fa93918..272d38d97c2e 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 b07678053e51..d90af772a2a6 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) \ { \