aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@gcc.gnu.org>2000-12-07 07:14:42 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-12-07 07:14:42 +0000
commit9ba2e1ef8028112b47eb48041ae387c60acea6b1 (patch)
tree183c8a37ae0d1cb8f8f4a7c5d3cc009146d70982 /gcc/cpphash.h
parent167ed88f7ab3220aab5b66fef1ac3c12a8d326b9 (diff)
downloadgcc-9ba2e1ef8028112b47eb48041ae387c60acea6b1.zip
gcc-9ba2e1ef8028112b47eb48041ae387c60acea6b1.tar.gz
gcc-9ba2e1ef8028112b47eb48041ae387c60acea6b1.tar.bz2
c-common.c (parse_in): Make a cpp_reader *.
* c-common.c (parse_in): Make a cpp_reader *. * cppfiles.c (_cpp_fake_include): Remove. * cpphash.h: Similarly. * cpplib.c (do_line): Don't call _cpp_fake_include. A valid #line always creates a callback; FC_RENAME if there are no #line flags. * fix-header.c (read_scan_file): cpp_push_buffer cannot fail. The first EOF must be our get_char buffer. From-SVN: r38101
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 2cab362..433b665 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -233,7 +233,6 @@ extern int _cpp_compare_file_date PARAMS ((cpp_reader *,
extern void _cpp_report_missing_guards PARAMS ((cpp_reader *));
extern void _cpp_init_includes PARAMS ((cpp_reader *));
extern void _cpp_cleanup_includes PARAMS ((cpp_reader *));
-extern const char *_cpp_fake_include PARAMS ((cpp_reader *, const char *));
extern void _cpp_pop_file_buffer PARAMS ((cpp_reader *, cpp_buffer *));
/* In cppexp.c */