summaryrefslogtreecommitdiffstats
path: root/libcpp/internal.h
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-07 22:05:59 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-07 22:05:59 +0000
commitb735cc56a2aab6b3a1c22f0521a1d607a36e5a61 (patch)
tree4c4b018e43b3666acb5b9a2b111beb302182fae9 /libcpp/internal.h
parent5f72d880cad044ccc5f0e24a55168a95ef4a667d (diff)
downloadppe42-gcc-b735cc56a2aab6b3a1c22f0521a1d607a36e5a61.tar.gz
ppe42-gcc-b735cc56a2aab6b3a1c22f0521a1d607a36e5a61.zip
PR bootstrap/50237
* internal.h (_cpp_init_lexer): New prototype. * init.c (init_library): Call it. * lex.c (init_vectorized_lexer): Remove constructor attribute, add inline keyword. (HAVE_init_vectorized_lexer): Define. (_cpp_init_lexer): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182090 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/internal.h')
-rw-r--r--libcpp/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h
index b3dc2df10bf..7e2932a6035 100644
--- a/libcpp/internal.h
+++ b/libcpp/internal.h
@@ -653,6 +653,7 @@ extern int _cpp_equiv_tokens (const cpp_token *, const cpp_token *);
extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
extern cpp_hashnode *_cpp_lex_identifier (cpp_reader *, const char *);
extern int _cpp_remaining_tokens_num_in_context (cpp_context *);
+extern void _cpp_init_lexer (void);
/* In init.c. */
extern void _cpp_maybe_push_include_file (cpp_reader *);
OpenPOWER on IntegriCloud