diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/darwin.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d396fa..272d38d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index b076780..d90af77 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) \ { \ |