Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_config_private.h 


Log Message:


sgi build patches

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ecore_config_private.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ecore_config_private.h      4 Mar 2005 19:29:39 -0000       1.5
+++ ecore_config_private.h      2 Apr 2005 15:59:55 -0000       1.6
@@ -3,8 +3,13 @@
 
 /* debug */
 extern int               DEBUG;
+#ifdef __sgi
+# define D
+# define E
+#else
 # define D(fmt,args...) do { if(DEBUG>=0) fprintf(stderr,fmt,## args); } 
while(0);
 # define E(lvl,args...) do { if(DEBUG>=(lvl)) fprintf(stderr,## args); } 
while(0)
+#endif
 
 typedef struct _Ecore_Config_DB_File Ecore_Config_DB_File;
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to