diff options
Diffstat (limited to 'libcpp/pch.c')
-rw-r--r-- | libcpp/pch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcpp/pch.c b/libcpp/pch.c index e631050..fcdf387 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -811,8 +811,6 @@ cpp_read_state (cpp_reader *r, const char *name, FILE *f, s->n_false = cpp_lookup (r, DSC("false")); s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); s->n__VA_OPT__ = cpp_lookup (r, DSC("__VA_OPT__")); - s->n__has_include = cpp_lookup (r, DSC("__has_include")); - s->n__has_include_next = cpp_lookup (r, DSC("__has_include_next")); } old_state = r->state; |