* c-decl.c (c_language): Remove duplicate.

From-SVN: r47776
This commit is contained in:
Richard Henderson 2001-12-07 14:19:47 -08:00 committed by Richard Henderson
parent c859cda607
commit 4b7b9007a3
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-12-07 Richard Henderson <rth@redhat.com>
* c-decl.c (c_language): Remove duplicate.
2001-12-07 Dale Johannesen <dalej@apple.com>
* config/rs6000/darwin.h: Set MAX_LONG_TYPE_SIZE to 32.

View File

@ -432,10 +432,6 @@ int warn_float_equal = 0;
int warn_multichar = 1;
/* The variant of the C language being processed. */
c_language_kind c_language = clk_c;
/* Nonzero means `$' can be in an identifier. */
#ifndef DOLLARS_IN_IDENTIFIERS