|
From: Martin R. <ru...@us...> - 2004-08-08 17:47:59
|
Update of /cvsroot/foo/foo/elkfoo/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22220/include Modified Files: elkfoo.h Log Message: removed all objC-runtime dependent calls Index: elkfoo.h =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/include/elkfoo.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** elkfoo.h 5 Aug 2004 23:14:53 -0000 1.2 --- elkfoo.h 8 Aug 2004 17:47:50 -0000 1.3 *************** *** 233,261 **** - /* - * tell - */ - #define MAXFRAMESIZE 1024 - - typedef union _objc_return { - /* 4 bytes on stack */ - char c; - short s; - int i; - long l; - float f; - void *V; - char *C; - short *S; - int *I; - long *L; - float *F; - double *D; - /* 8 bytes on stack */ - double d; - char chars[8]; - short shorts[4]; - int ints[2]; - } objc_return; - #endif /* #ifndef FOO_ELKFOO_H_INCLUDED */ --- 233,235 ---- |