diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index faccc6a..524b8f6 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -781,8 +781,7 @@ extern void cpp_stop_lookahead PARAMS ((cpp_reader *, int)); /* In cppfiles.c */ extern int cpp_included PARAMS ((cpp_reader *, const char *)); -extern int cpp_read_file PARAMS ((cpp_reader *, const char *)); -extern void cpp_make_system_header PARAMS ((cpp_reader *, cpp_buffer *, int)); +extern void cpp_make_system_header PARAMS ((cpp_reader *, int, int)); /* These are inline functions instead of macros so we can get type checking. */ |