diff options
Diffstat (limited to 'gcc/config/nextstep21.h')
-rw-r--r-- | gcc/config/nextstep21.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/nextstep21.h b/gcc/config/nextstep21.h index 8009571..aa2c443 100644 --- a/gcc/config/nextstep21.h +++ b/gcc/config/nextstep21.h @@ -43,7 +43,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) \ { \ ASM_OUTPUT_ALIGN (FILE, 1); \ |