Typecasts Gefixt.
Teilweise ausgebaut, teilweise zu deklarativen Casts geaendert bzw.
deklarative Casts hinzugefuegt.
Weiterhin ein paar call_other() auf this_object() ausgebaut.
Change-Id: I0c493914c41c53e884aaf80b01db600aeb6508e9
diff --git a/obj/tools/MGtool/toollib.c b/obj/tools/MGtool/toollib.c
index fdf40b8..4f8e59f 100644
--- a/obj/tools/MGtool/toollib.c
+++ b/obj/tools/MGtool/toollib.c
@@ -115,7 +115,7 @@
case T_POINTER:
return "({"+implode(map(mix,"mixed_to_string",ME,lvl-1),",")+"})";
case T_OBJECT:
- return "["+short_path(object_name((object)mix))+"]";
+ return "["+short_path(object_name(mix))+"]";
case T_MAPPING:
s=sizeof(keys=m_indices(mix));
t=get_type_info(mix, 1);