diff options
Diffstat (limited to 'libcpp/init.c')
-rw-r--r-- | libcpp/init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcpp/init.c b/libcpp/init.c index 93f12d0d71f..c5c53256d35 100644 --- a/libcpp/init.c +++ b/libcpp/init.c @@ -223,6 +223,9 @@ cpp_create_reader (enum c_lang lang, hash_table *table, /* Initialize table for push_macro/pop_macro. */ pfile->pushed_macros = 0; + /* Do not force token locations by default. */ + pfile->forced_token_location_p = NULL; + /* The expression parser stack. */ _cpp_expand_op_stack (pfile); |