diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 35e66f4..9bd8884 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -191,7 +191,7 @@ builtin_macro (pfile, token) #ifdef STDC_0_IN_SYSTEM_HEADERS if (CPP_IN_SYSTEM_HEADER (pfile) - && pfile->spec_nodes.n__STRICT_ANSI__->type == T_VOID) + && pfile->spec_nodes.n__STRICT_ANSI__->type == NT_VOID) stdc = 0; #endif make_number_token (pfile, token, stdc); |