* cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
authorMark Mitchell <mark@codesourcery.com>
Mon, 30 Oct 2000 08:41:23 +0000 (08:41 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 30 Oct 2000 08:41:23 +0000 (08:41 +0000)
From-SVN: r37141

gcc/ChangeLog
gcc/cppmacro.c

index b938b9181b0ecfb26adc443a07646e9969304380..c631e6dd8689de47c84daa5dd865024227ed814d 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
+
 2000-10-29  Neil Booth  <neilb@earthling.net>
 
        * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
index 35e66f48054049e06038f357e66f3478e0f56260..9bd8884956b4bfeba320669fd4f475fdbb74894e 100644 (file)
@@ -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);