Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_main.c 


Log Message:


shaddap callipygous
:)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- embryo_main.c       15 Oct 2005 08:48:43 -0000      1.11
+++ embryo_main.c       25 Oct 2005 02:39:44 -0000      1.12
@@ -1,4 +1,5 @@
 #include "Embryo.h"
+#include "config.h"
 
 /* This is ugly code! don't look at it please! i am embarrassed! i need to */
 /* cleanit up! */
@@ -10,7 +11,10 @@
 #include <limits.h>
 #include <stdarg.h>
 #include <string.h>
-#include <alloca.h>
+
+#if HAVE_ALLOCA_H
+# include <alloca.h>
+#endif
 
 /* debugging native calls */
 static int process_format_char(Embryo_Program *ep, char ch, Embryo_Cell param);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to