* darwin.h (ASM_FILE_END): Remove decl of language_string.
From-SVN: r43238
This commit is contained in:
parent
6137abd318
commit
9dffe3b49e
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Reference in a new issue