Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h.in ewl_private.h 


Log Message:
Export TRUE/FALSE

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Ewl.h.in    5 Sep 2005 14:12:15 -0000       1.16
+++ Ewl.h.in    5 Sep 2005 14:20:30 -0000       1.17
@@ -258,6 +258,14 @@
 #include <Ecore.h>
 #include <Ecore_Data.h>
 
+#ifndef TRUE
+#define TRUE 1
+#endif
+
+#ifndef FALSE
+#define FALSE 0
+#endif
+
 #include <ewl_enums.h>
 
 #include <ewl_object.h>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_private.h       5 Sep 2005 14:12:15 -0000       1.1
+++ ewl_private.h       5 Sep 2005 14:20:30 -0000       1.2
@@ -40,14 +40,6 @@
 #define PATH_MAX 4096
 #endif
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
 #if HAVE___ATTRIBUTE__
 #define __UNUSED__ __attribute__((unused))
 #else




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to