From: Tom Wood Date: Wed, 14 Apr 1993 16:08:43 +0000 (+0000) Subject: (get_class_reference): Call add_class_reference for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7651f8f78722873942d6190f483a903845f17997;p=gcc.git (get_class_reference): Call add_class_reference for the GNU runtimes. From-SVN: r4151 --- diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index eb2e98cb37f..74a07c0a96a 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1855,6 +1855,8 @@ get_class_reference (ident) { tree params; + add_class_reference (CLASS_NAME (ident)); + params = build_tree_list (NULLT, my_build_string (IDENTIFIER_LENGTH (ident) + 1, IDENTIFIER_POINTER (ident)));