From d5502c236bea0d9dc3b197238a428ff3ad40a6a8 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Mon, 30 Oct 2000 08:41:23 +0000 Subject: * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37141 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cppmacro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cppmacro.c') 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); -- cgit v1.2.3