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

From-SVN: r56109
This commit is contained in:
Neil Booth 2002-08-07 21:47:47 +00:00 committed by Neil Booth
parent 3ec5d64d3d
commit 34bb92e3f0
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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))