Index: libcpp/init.c |
diff --git a/libcpp/init.c b/libcpp/init.c |
index 5ba6666..b3d4c8c 100644 |
--- a/libcpp/init.c |
+++ b/libcpp/init.c |
@@ -221,6 +221,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); |