aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2002-06-27 06:01:58 +0000
committerNeil Booth <neil@gcc.gnu.org>2002-06-27 06:01:58 +0000
commit951a07660948ce4c3b048dc7637f5738a9d9d288 (patch)
treeb68bbff6125d07a1cae24355b3075fc5c636bea1 /gcc/cpphash.h
parent0647023885b52c9eda290f593432d245f1e30ce3 (diff)
downloadgcc-951a07660948ce4c3b048dc7637f5738a9d9d288.zip
gcc-951a07660948ce4c3b048dc7637f5738a9d9d288.tar.gz
gcc-951a07660948ce4c3b048dc7637f5738a9d9d288.tar.bz2
cpphash.h (_cpp_set_trad_context): Remove.
* cpphash.h (_cpp_set_trad_context): Remove. * cpplib.c (prepare_directive_trad): Do nothing for #define. (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context. * cpptrad.c: Update comments. (_cpp_read_logical_line_trad): Let scan_logical_line handle updating the current context. (scan_logical_line): Update the current context. (_cpp_create_trad_definition): Similarly. (_cpp_set_trad_context): Remove. From-SVN: r55022
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 ee9a47e..133c9b93 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -529,7 +529,6 @@ extern bool _cpp_read_logical_line_trad PARAMS ((cpp_reader *));
extern void _cpp_overlay_buffer PARAMS ((cpp_reader *pfile, const uchar *,
size_t));
extern void _cpp_remove_overlay PARAMS ((cpp_reader *));
-extern void _cpp_set_trad_context PARAMS ((cpp_reader *));
extern bool _cpp_create_trad_definition PARAMS ((cpp_reader *, cpp_macro *));
extern bool _cpp_expansions_different_trad PARAMS ((const cpp_macro *,
const cpp_macro *));