Commit aeb85a15 by David Billinghurst Committed by David Billinghurst

objc-act.c (handle_impent): Remove leading '*' from objc_class_name.

2002-02-18  David Billinghurst <David.Billinghurst@riotinto.com>

	* objc/objc-act.c (handle_impent): Remove leading '*'
	from objc_class_name.

From-SVN: r49833
parent c02f5e29
2002-02-18 David Billinghurst <David.Billinghurst@riotinto.com>
* objc/objc-act.c (handle_impent): Remove leading '*'
from objc_class_name.
2002-02-17 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (some_small_symbolic_operand,
......
......@@ -8330,7 +8330,7 @@ handle_impent (impent)
string = (char *) alloca (strlen (class_name) + 30);
sprintf (string, "*%sobjc_class_name_%s",
sprintf (string, "%sobjc_class_name_%s",
(flag_next_runtime ? "." : "__"), class_name);
}
else if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE)
......
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