Commit 34bb92e3 by Neil Booth Committed by Neil Booth

* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.

From-SVN: r56109
parent 3ec5d64d
2002-08-07 Neil Booth <neil@daikokuya.co.uk>
* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
* configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
......
......@@ -188,7 +188,6 @@ _cpp_builtin_macro_text (pfile, node)
value 0. */
case BT_STDC:
{
enum c_lang lang = CPP_OPTION (pfile, lang);
if (CPP_IN_SYSTEM_HEADER (pfile)
&& CPP_OPTION (pfile, stdc_0_in_system_headers)
&& !CPP_OPTION (pfile,std))
......
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