From 8a47978dd0f476e4e243dda6ae0a099c1fe35901 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 30 Oct 2000 08:41:23 +0000 Subject: [PATCH] * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID. From-SVN: r37141 --- gcc/ChangeLog | 4 ++++ gcc/cppmacro.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b938b9181b0..c631e6dd868 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-10-30 Mark Mitchell + + * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID. + 2000-10-29 Neil Booth * cpplib.c (skip_rest_of_line): Use _cpp_get_token. diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 35e66f48054..9bd8884956b 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); -- 2.30.2