Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_debug.h 


Log Message:
Fix non-debug build.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_debug.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_debug.h 4 Mar 2007 00:52:01 -0000       1.27
+++ ewl_debug.h 5 Mar 2007 21:54:10 -0000       1.28
@@ -15,10 +15,6 @@
 void ewl_segv(void);
 void ewl_backtrace(void);
 
-#define DEBUG 1
-
-#ifdef DEBUG
-
 /**
  * The Ewl_Config_Cache structure
  */
@@ -41,6 +37,10 @@
 };
 
 extern Ewl_Config_Cache ewl_config_cache; /**< system debug data */
+
+// #define DEBUG 1
+
+#ifdef DEBUG
 
 #define DEBUGGING(lvl) (ewl_config_cache.enable && (ewl_config_cache.level >= 
(lvl)))
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to