diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index fb0b6c7..5214ef7 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -1292,8 +1292,9 @@ extern void c_common_read_pch PARAMS ((cpp_reader *pfile, int fd, const char *orig)); extern void c_common_write_pch PARAMS ((void)); -extern void preprocess_file PARAMS ((cpp_reader *, - const char *, - FILE *)); + +/* In c-ppoutput.c */ +extern void init_pp_output PARAMS ((FILE *)); +extern void preprocess_file PARAMS ((cpp_reader *)); #endif /* ! GCC_C_COMMON_H */ |