diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index d933a7e803e..3ffad1f5995 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -113,5 +113,6 @@ extern void fnotice PROTO ((FILE *, const char *, ...)) #undef trim_filename extern const char *trim_filename PROTO ((const char *)); - +extern int wrapup_global_declarations PROTO ((union tree_node **, int)); +extern void check_global_declarations PROTO ((union tree_node **, int)); #endif /* __GCC_TOPLEV_H */ |