diff options
Diffstat (limited to 'gcc/config/romp/romp.h')
-rw-r--r-- | gcc/config/romp/romp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 25a6474730e..cc2914d9ab5 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -1360,8 +1360,7 @@ struct rt_cargs {int gregs, fregs; }; /* Output at beginning of assembler file. */ #define ASM_FILE_START(FILE) \ -{ extern char *version_string; \ - const char *p; \ +{ const char *p; \ \ fprintf (FILE, "\t.globl .oVncs\n\t.set .oVncs,0\n") ; \ fprintf (FILE, "\t.globl .oVgcc"); \ |