(IDENTIFIER_LIMBO_VALUE): Delete duplicate definition.

From-SVN: r2855
This commit is contained in:
Richard Kenner 1992-12-10 10:23:22 -05:00
parent 7a35bbd4f3
commit 89e8a20f3e
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ struct lang_identifier
message for this identifier. Value is a FUNCTION_DECL or null. */
#define IDENTIFIER_ERROR_LOCUS(NODE) \
(((struct lang_identifier *)(NODE))->error_locus)
#define IDENTIFIER_LIMBO_VALUE(NODE) \
(((struct lang_identifier *)(NODE))->limbo_value)
/* In identifiers, C uses the following fields in a special way:
TREE_PUBLIC to record that there was a previous local extern decl.