diff options
Diffstat (limited to 'libcpp/pch.c')
-rw-r--r-- | libcpp/pch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcpp/pch.c b/libcpp/pch.c index d7a2dac..3ff39d7 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -835,7 +835,6 @@ cpp_read_state (cpp_reader *r, const char *name, FILE *f, s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__")); s->n__has_include__ = cpp_lookup (r, DSC("__has_include__")); s->n__has_include_next__ = cpp_lookup (r, DSC("__has_include_next__")); - s->n__has_attribute__ = cpp_lookup (r, DSC("__has_attribute__")); } old_state = r->state; |