aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/c-parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-parser.cc b/gcc/c/c-parser.cc
index f3c7999..1bbb39f 100644
--- a/gcc/c/c-parser.cc
+++ b/gcc/c/c-parser.cc
@@ -1717,7 +1717,7 @@ private:
return NULL_TREE;
cpp_reader *old_parse_in = parse_in;
- parse_in = cpp_create_reader (CLK_GNUC89, ident_hash, line_table);
+ parse_in = cpp_create_reader (CLK_GNUC89, NULL, line_table);
pretty_printer pp;
pp_string (&pp, (const char *) tok.val.str.text);