diff options
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r-- | gcc/config/nextstep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 59050a1..69c3712 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -250,7 +250,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_FILE_END #define ASM_FILE_END(FILE) \ do { \ - extern char *language_string; \ if (strcmp (language_string, "GNU C++") == 0) \ { \ constructor_section (); \ |