]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)
authorJakub Jelinek <jakub@redhat.com>
Wed, 7 Dec 2011 22:05:59 +0000 (23:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 7 Dec 2011 22:05:59 +0000 (23:05 +0100)
commitb0c084b712f2516593123613170d8bc1a6afa44b
tree4c4b018e43b3666acb5b9a2b111beb302182fae9
parentff180d72d9b327acc96bfacf45af71dac5b04006
re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)

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.

From-SVN: r182090
libcpp/ChangeLog
libcpp/init.c
libcpp/internal.h
libcpp/lex.c