diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index a36f9eb1670..a5d0c532e3a 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -91,6 +91,7 @@ extern void fnotice (FILE *, const char *, ...) extern int wrapup_global_declarations (tree *, int); extern void check_global_declarations (tree *, int); +extern void write_global_declarations (void); /* A unique local time stamp, might be zero if none is available. */ extern unsigned local_tick; |