#ifndef _OBJC_RUNTIME_H_
#define _OBJC_RUNTIME_H_
-#ifndef NeXT_PDO
#import <stdarg.h>
-#endif
#import <objc/objc.h>
#import <objc/objc-class.h>
SEL *refs;
unsigned short cls_def_cnt;
unsigned short cat_def_cnt;
-#ifdef NeXT_PDO
- arith_t obj_defs;
- arith_t proto_defs;
-#endif
void *defs[1]; /* variable size */
};
Symtab symtab;
};
-#ifdef __cplusplus
-extern "Objective-C" {
-#endif
struct objc_super {
id receiver;
Class class;
};
-#ifdef __cplusplus
-}
-#endif
/* kernel operations */