Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(105)

Unified Diff: libcpp/init.c

Issue 4801090: Linemap force location and remove LINEMAP_POSITION_FOR_COLUMN (Closed)
Patch Set: Linemap force location and remove LINEMAP_POSITION_FOR_COLUMN Created 13 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libcpp/include/cpplib.h ('k') | libcpp/internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « libcpp/include/cpplib.h ('k') | libcpp/internal.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b