From: Richard Kenner Date: Thu, 12 Dec 1996 22:55:05 +0000 (-0500) Subject: (maybe_get_identifier): New declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b9300aa7077c95105d86f66826e33ced678a1c0;p=gcc.git (maybe_get_identifier): New declaration. From-SVN: r13301 --- 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) \