summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1992-12-10 15:23:22 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1992-12-10 15:23:22 +0000
commit05b30fcbcde9219e32b9ad0520ff05191e88fe66 (patch)
tree5d019a74ca0f43a66f4e5f4877c4e0d13c57c483 /gcc/c-tree.h
parent3fe7e3d50fa551290ae596d3ed5b4a349d25da4a (diff)
downloadgcc-05b30fcbcde9219e32b9ad0520ff05191e88fe66.tar.gz
(IDENTIFIER_LIMBO_VALUE): Delete duplicate definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 68d29d9749e..164b7ce32ed 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -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.