mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 10:47:29 +08:00
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
This commit is contained in:
parent
c02f5e295f
commit
aeb85a152c
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user