diff options
Diffstat (limited to 'contrib/gcc/cpphash.c')
-rw-r--r-- | contrib/gcc/cpphash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/gcc/cpphash.c b/contrib/gcc/cpphash.c index 8be1b2f..69e1a23 100644 --- a/contrib/gcc/cpphash.c +++ b/contrib/gcc/cpphash.c @@ -73,7 +73,6 @@ _cpp_init_hashtable (pfile, table) s->n_true = cpp_lookup (pfile, DSC("true")); s->n_false = cpp_lookup (pfile, DSC("false")); s->n__STRICT_ANSI__ = cpp_lookup (pfile, DSC("__STRICT_ANSI__")); - s->n__CHAR_UNSIGNED__ = cpp_lookup (pfile, DSC("__CHAR_UNSIGNED__")); s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__")); s->n__VA_ARGS__->flags |= NODE_DIAGNOSTIC; } |