Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_desktop Modified Files: Ecore_Desktop.h Log Message: FIXME++ =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/Ecore_Desktop.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Ecore_Desktop.h 14 Aug 2006 06:49:49 -0000 1.5 +++ Ecore_Desktop.h 14 Aug 2006 21:14:40 -0000 1.6 @@ -1,6 +1,7 @@ #ifndef _ECORE_DESKTOP_H # define _ECORE_DESKTOP_H +/* FIXME: No unnecessary includes in exported headers. */ #include <string.h> #include <stdio.h> #include <stdlib.h> @@ -34,6 +35,7 @@ #define MAX_PATH 4096 +/* FIXME: No unnecessary macros in exported headers. */ #define E_FN_DEL(_fn, _h) if (_h) { _fn(_h); _h = NULL; } #define E_REALLOC(p, s, n) p = (s *)realloc(p, sizeof(s) * n) #define E_NEW(s, n) (s *)calloc(n, sizeof(s)) ------------------------------------------------------------------------- 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