From 6b9300aa7077c95105d86f66826e33ced678a1c0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 12 Dec 1996 17:55:05 -0500 Subject: [PATCH] (maybe_get_identifier): New declaration. From-SVN: r13301 --- gcc/tree.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index 0de1f397ec6..58f23414a22 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) \ -- 2.30.2