Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        Ecore_Config.h ecore_config_ipc_main.c 


Log Message:
* Don't export TRUE/FALSE.
* ecore main uses 0/1 as return values.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/Ecore_Config.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- Ecore_Config.h      13 Aug 2005 12:44:45 -0000      1.44
+++ Ecore_Config.h      5 Sep 2005 17:45:38 -0000       1.45
@@ -29,11 +29,6 @@
 # define DIR_DELIMITER      '/'
 # define ECORE_CONFIG_FLOAT_PRECISION 1000
 
-# ifndef TRUE
-#  define FALSE (0)
-#  define TRUE  (!FALSE)
-# endif
-
 /* FIXME: this should only be included if evas is present */
 # include <Evas.h>
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config_ipc_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_config_ipc_main.c     5 Sep 2005 17:24:50 -0000       1.4
+++ ecore_config_ipc_main.c     5 Sep 2005 17:45:38 -0000       1.5
@@ -223,7 +223,7 @@
         s = s->next;
      }
 
-   return TRUE;
+   return 1;
 }
 
 int




-------------------------------------------------------
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