Differences From Artifact [8a12dfceaa]:
- File
src/runtime/morphos-clib.h
— part of check-in
[661c36631a]
at
2020-11-15 15:19:04
on branch trunk
— Remove object_getTaggedPointerClass from Amiga lib
It's private and not needed. (user: js, size: 4462) [annotate] [blame] [check-ins using] [more...]
To Artifact [750cbb9d7c]:
- File src/runtime/morphos-clib.h — part of check-in [08d155e3f0] at 2020-12-21 00:25:11 on branch trunk — runtime: Don't pass std{out,err} to Amiga .library (user: js, size: 4446) [annotate] [blame] [check-ins using] [more...]
1 | /* The following function is only for the linklib. */ | | | 1 2 3 4 5 6 7 8 9 | /* The following function is only for the linklib. */ bool glue_objc_init(unsigned int, struct objc_libc *); void glue___objc_exec_class(struct objc_module *); IMP glue_objc_msg_lookup(id, SEL); IMP glue_objc_msg_lookup_stret(id, SEL); IMP glue_objc_msg_lookup_super(struct objc_super *, SEL); IMP glue_objc_msg_lookup_super_stret(struct objc_super *, SEL); Class glue_objc_lookUpClass(const char *); Class glue_objc_getClass(const char *); |
︙ | ︙ |