From 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 15:21:09 -0800 Subject: remove more objc stuff --- gcc/c-common.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/c-common.c') diff --git a/gcc/c-common.c b/gcc/c-common.c index 19e9207..a55df35 100755 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -2796,6 +2796,13 @@ unsigned char *yy_cur, *yy_lim; #define GETC() (yy_cur < yy_lim ? *yy_cur++ : yy_get_token ()) #define UNGETC(c) ((c), yy_cur--) +void cpplib_init() +{ + cpp_reader_init (&parse_in); + parse_in.opts = &parse_options; + cpp_options_init (&parse_options); +} + int yy_get_token () { -- cgit v1.2.3