Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/lib


Modified Files:
        embryo_private.h 


Log Message:
alloca is in stdlib.h on some platforms.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_private.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- embryo_private.h    30 Mar 2004 03:55:56 -0000      1.9
+++ embryo_private.h    1 Apr 2004 17:32:30 -0000       1.10
@@ -11,7 +11,10 @@
 #include <limits.h>
 #include <stdarg.h>
 #include <string.h>
+
+#if HAVE_ALLOCA_H
 #include <alloca.h>
+#endif
 
 typedef enum _Embryo_Opcode Embryo_Opcode;
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to