ObjFW  Check-in [e661bf4171]

Overview
Comment:Remove functions from runtime.h that don't exist.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.7
Files: files | file ages | folders
SHA3-256: e661bf417195bd52d7246d0ed7d000a77161ea65c9468397e56f2b93ea445ee7
User & Date: js on 2012-11-30 15:41:15
Other Links: branch diff | manifest | tags
Context
2012-11-30
15:41
Remove inline that lead to a missing symbol. check-in: 99766b222c user: js tags: 0.7
15:41
Remove functions from runtime.h that don't exist. check-in: e661bf4171 user: js tags: 0.7
2012-11-12
11:09
Set the version to 0.7.1. check-in: b1221a3576 user: js tags: 0.7.1-release, 0.7
Changes

Modified src/runtime/runtime.h from [995079990b] to [865d6eebac].

181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
extern IMP class_replaceMethod(Class, SEL, IMP, const char*);
extern const char* objc_get_type_encoding(Class, SEL);
extern IMP objc_msg_lookup(id, SEL);
extern IMP objc_msg_lookup_super(struct objc_super*, SEL);
extern const char* protocol_getName(Protocol*);
extern BOOL protocol_isEqual(Protocol*, Protocol*);
extern BOOL protocol_conformsToProtocol(Protocol*, Protocol*);
extern void objc_thread_add(void);
extern void objc_thread_remove(void);
extern void objc_exit(void);
extern objc_uncaught_exception_handler objc_setUncaughtExceptionHandler(
    objc_uncaught_exception_handler);
extern IMP (*objc_forward_handler)(id, SEL);
extern id objc_constructInstance(Class, void*);
extern void* objc_destructInstance(id);
extern id objc_autorelease(id);







<
<







181
182
183
184
185
186
187


188
189
190
191
192
193
194
extern IMP class_replaceMethod(Class, SEL, IMP, const char*);
extern const char* objc_get_type_encoding(Class, SEL);
extern IMP objc_msg_lookup(id, SEL);
extern IMP objc_msg_lookup_super(struct objc_super*, SEL);
extern const char* protocol_getName(Protocol*);
extern BOOL protocol_isEqual(Protocol*, Protocol*);
extern BOOL protocol_conformsToProtocol(Protocol*, Protocol*);


extern void objc_exit(void);
extern objc_uncaught_exception_handler objc_setUncaughtExceptionHandler(
    objc_uncaught_exception_handler);
extern IMP (*objc_forward_handler)(id, SEL);
extern id objc_constructInstance(Class, void*);
extern void* objc_destructInstance(id);
extern id objc_autorelease(id);