Enlightenment CVS wrote:
>
> -/* FIXME: No unnecessary includes in exported headers. */
> +/* FIXME: No unnecessary includes in exported headers, when things settle
> down and we know what is unnecessary. */
> #include <string.h>
> +#include <strings.h>
> #include <stdio.h>
> #include <stdlib.h>
> #include <unistd.h>
> @@ -35,7 +36,7 @@
>
> #define MAX_PATH 4096
>
> -/* FIXME: No unnecessary macros in exported headers. */
> +/* FIXME: No unnecessary macros in exported headers, when things settle down
> and we know what is unnecessary. */
> #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))
There will _newer_ be a good reason for exporting these. The should be
in an internal header.
Sebastian
-------------------------------------------------------------------------
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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel