diff options
author | Neil Booth <neilb@earthling.net> | 2000-12-04 07:32:04 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2000-12-04 07:32:04 +0000 |
commit | 614c7d3716281075f8ef704f37895a121a14d9bd (patch) | |
tree | 2ee77fc01b58627c217cdfa65bb2e8134086c70b /gcc/cpphash.h | |
parent | 2936419d1cbff6e526a77bbba46b06c5552a60e1 (diff) | |
download | gcc-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/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 698f545..2cab362 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -224,6 +224,7 @@ extern cpp_hashnode *_cpp_lookup_with_hash PARAMS ((cpp_reader*, size_t, /* In cppfiles.c */ extern void _cpp_simplify_pathname PARAMS ((char *)); +extern int _cpp_read_file PARAMS ((cpp_reader *, const char *)); extern void _cpp_execute_include PARAMS ((cpp_reader *, const cpp_token *, int, struct file_name_list *)); |