Commit 5a5c85c6 by Nathan Sidwell Committed by Nathan Sidwell

cpphash.c (special_symbol): Remove spurious argument to cpp_lookup.

	* cpphash.c (special_symbol): Remove spurious argument to
	cpp_lookup.

From-SVN: r31917
parent 0d4ef09c
2000-02-11 Nathan Sidwell <nathan@acm.org>
* cpphash.c (special_symbol): Remove spurious argument to
cpp_lookup.
2000-02-11 Joel Sherrill (joel@OARcorp.com>
* configure.in: (i*86-*-rtems*): Swapped elf and coff
......
......@@ -907,7 +907,7 @@ special_symbol (hp, pfile)
while (!ip->nominal_fname && ip != CPP_NULL_BUFFER (pfile))
ip = CPP_PREV_BUFFER (ip);
if (ip->system_header_p
&& !cpp_lookup (pfile, (U_CHAR *) "__STRICT_ANSI__", 15, -1))
&& !cpp_lookup (pfile, (U_CHAR *) "__STRICT_ANSI__", 15))
CPP_PUTC_Q (pfile, '0');
else
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment