* darwin.h (ASM_FILE_END): Remove decl of language_string.
authorStan Shebs <shebs@apple.com>
Tue, 12 Jun 2001 00:27:31 +0000 (00:27 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Tue, 12 Jun 2001 00:27:31 +0000 (00:27 +0000)
From-SVN: r43238

gcc/ChangeLog
gcc/config/darwin.h

index 0d396fa9391806cb0aa2cfcc5cd3b73c3ab6f84c..272d38d97c2ed6d0ffb530f8a1bf0e970989be96 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-11  Stan Shebs  <shebs@apple.com>
+
+       * darwin.h (ASM_FILE_END): Remove decl of language_string.
+
 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * config/m68hc11/m68hc11.md ("*lshrdi3_const32"): Mark the clobber 
index b07678053e51105535a12b661eaad7bd17e07dc4..d90af772a2a6347a66ad5c264820bad89cb5da51 100644 (file)
@@ -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)              \
       {                                                                \