aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorNeil Booth <neilb@earthling.net>2000-12-04 07:32:04 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-12-04 07:32:04 +0000
commit614c7d3716281075f8ef704f37895a121a14d9bd (patch)
tree2ee77fc01b58627c217cdfa65bb2e8134086c70b /gcc/cpplib.h
parent2936419d1cbff6e526a77bbba46b06c5552a60e1 (diff)
downloadgcc-614c7d3716281075f8ef704f37895a121a14d9bd.zip
gcc-614c7d3716281075f8ef704f37895a121a14d9bd.tar.gz
gcc-614c7d3716281075f8ef704f37895a121a14d9bd.tar.bz2
cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current buffer.
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current buffer. (cpp_read_file): Rename _cpp_read_file. * cpplib.c (do_line, do_pragma_system_header): Update calls to cpp_make_system_header. * fix-header.c: Similarly. * cpphash.h (_cpp_read_file): Move from... * cpplib.h: ... here. * cppinit.c (do_includes, cpp_start_read): Update appropriately. From-SVN: r37989
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h3
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. */