From: Martin R. <ru...@us...> - 2004-07-31 04:09:28
|
Update of /cvsroot/foo/foo/libfoo/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18802/include Modified Files: FOOObject.h Makefile.am Log Message: integrated foo orthodox modules with build system Index: FOOObject.h =================================================================== RCS file: /cvsroot/foo/foo/libfoo/include/FOOObject.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** FOOObject.h 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- FOOObject.h 31 Jul 2004 04:09:19 -0000 1.2 *************** *** 63,66 **** --- 63,72 ---- /* end: memory management macros for mac os x */ + /* more tedious stuff for mac os x */ + #ifndef NULL + #define NULL (0) /* haha */ + #endif + /* end: more tedious stuff for mac os x */ + @interface FOOObject : NSObject Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/libfoo/include/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 30 Jul 2004 20:10:24 -0000 1.1.1.1 --- Makefile.am 31 Jul 2004 04:09:19 -0000 1.2 *************** *** 1,2 **** --- 1,7 ---- + # foo/libfoo/include/Makefile.am + # 2004 rumori + + # $Id$ + NULL = |