Formatting fix

darcs
slava 2006-02-06 21:31:43 +00:00
parent a0b10e42fa
commit cc1c072cb6
1 changed files with 14 additions and 10 deletions

View File

@ -15,16 +15,20 @@ FUNCTION: bool sel_isMapped ( SEL aSelector ) ;
FUNCTION: SEL sel_registerName ( char* str ) ; FUNCTION: SEL sel_registerName ( char* str ) ;
BEGIN-STRUCT: objc-class BEGIN-STRUCT: objc-class
FIELD: void* isa FIELD: void* isa
FIELD: void* super-class FIELD: void* super-class
FIELD: char* name FIELD: char* name
FIELD: long version FIELD: long version
FIELD: long info FIELD: long info
FIELD: long instance-size FIELD: long instance-size
FIELD: void* ivars FIELD: void* ivars
FIELD: void* methodLists FIELD: void* methodLists
FIELD: void* cache FIELD: void* cache
FIELD: void* protocols FIELD: void* protocols
END-STRUCT
BEGIN-STRUCT: objc-object
FIELD: objc-class* isa
END-STRUCT END-STRUCT
FUNCTION: int objc_getClassList ( void* buffer, int bufferLen ) ; FUNCTION: int objc_getClassList ( void* buffer, int bufferLen ) ;