diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 989c908..ce38608 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -1209,6 +1209,8 @@ extern int c_common_unsafe_for_reeval PARAMS ((tree)); extern const char *init_c_lex PARAMS ((const char *)); +extern void preprocess_file PARAMS ((void)); + /* Information recorded about each file examined during compilation. */ struct c_fileinfo |