Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/eesh


Modified Files:
      Tag: branch-exp
        E.h 
Removed Files:
      Tag: branch-exp
        timestamp.h 


Log Message:
Merge.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/eesh/E.h,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -3 -r1.19 -r1.19.2.1
--- E.h 1 Jul 2004 09:27:30 -0000       1.19
+++ E.h 2 Sep 2004 20:22:06 -0000       1.19.2.1
@@ -110,49 +110,8 @@
 
 /* #define DEBUG 1 */
 
-#ifdef DEBUG
-extern int          call_level;
-extern int          debug_level;
-
-#endif
-#ifdef DEBUG
-#define EDBUG(l,x) \
-{ \
-  int i_call_level; \
-  if (l<debug_level) \
-{ \
-      for(i_call_level=0;i_call_level<call_level;i_call_level++) \
-        putchar('-'); \
-      printf(" %8x %s\n",(unsigned int)time(NULL),x); \
-      fflush(stdout); \
-} \
-  call_level++; \
-}
-#else
 #define EDBUG(l,x)  \
 ;
-#endif
-
-#ifdef DEBUG
-#define EDBUG_RETURN(x)  \
-{ \
-/*  int i_call_level; */\
-  call_level--; \
-/*  for(i_call_level=0;i_call_level<call_level;i_call_level++) */\
-/*    putchar('-'); */\
-/*  putchar('\n'); */\
-  return (x); \
-}
-#define EDBUG_RETURN_  \
-{ \
-/*  int i_call_level; */\
-  call_level--; \
-/*  for(i_call_level=0;i_call_level<call_level;i_call_level++) */\
-/*    putchar('-'); */\
-/*  putchar('\n'); */\
-  return; \
-}
-#else
 #define EDBUG_RETURN(x)  \
 { \
   return (x); \
@@ -161,7 +120,6 @@
 { \
   return; \
 }
-#endif
 
 void                Alert(const char *fmt, ...);
 




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to