Commit 7651f8f7 by Tom Wood

(get_class_reference): Call add_class_reference for

        the GNU runtimes.

From-SVN: r4151
parent 034dec73
......@@ -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)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment