Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_misc.h Log Message: * Wrap IF_FREE in an ifdef, to prevent redef warnings =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_misc.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- evfs_misc.h 22 Apr 2006 03:16:58 -0000 1.9 +++ evfs_misc.h 22 Apr 2006 03:24:05 -0000 1.10 @@ -1,7 +1,9 @@ #ifndef _EVFS_MISC_H_ #define _EVFS_MISC_H_ -#define IF_FREE(obj) if (obj) free(obj) +#ifndef IF_FREE + #define IF_FREE(obj) if (obj) free(obj) +#endif typedef struct evfs_command_client { ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs