aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-12-12 17:55:05 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-12-12 17:55:05 -0500
commit6b9300aa7077c95105d86f66826e33ced678a1c0 (patch)
tree801e228804b97149e1172b3faedcad456e120c81 /gcc
parentb3776927a68157f417085d6ac7b681b293957396 (diff)
downloadgcc-6b9300aa7077c95105d86f66826e33ced678a1c0.zip
gcc-6b9300aa7077c95105d86f66826e33ced678a1c0.tar.gz
gcc-6b9300aa7077c95105d86f66826e33ced678a1c0.tar.bz2
(maybe_get_identifier): New declaration.
From-SVN: r13301
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 0de1f39..58f2341 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1241,6 +1241,12 @@ extern tree make_tree_vec PROTO((int));
extern tree get_identifier PROTO((char *));
+/* If an identifier with the name TEXT (a null-terminated string) has
+ previously been referred to, return that node; otherwise return
+ NULL_TREE. */
+
+extern tree maybe_get_identifier PROTO((char *));
+
/* Construct various types of nodes. */
#define build_int_2(LO,HI) \