debug cleanup
[cacao.git] / src / threads / green / threadio.c
index 21a01174f367e08561efd52cad401f653307b098..1966536fc9631975e2d39512ba1530fe72e8e84d 100644 (file)
@@ -10,8 +10,6 @@
  * Written by Tim Wilkinson <tim@tjwassoc.demon.co.uk>, 1996.
  */
 
-#define        DBG(s)                    
-
 #include "config.h"
 
 #include "defines.h"
@@ -393,7 +391,7 @@ checkEvents(bool block)
 
     assert(blockInts > 0);
 
-DBG(   printf("checkEvents block:%d\n", block);                        )
+    DBG( printf("checkEvents block:%d\n", block); )
 
     if (sleepThreads != 0)
     {
@@ -444,7 +442,7 @@ DBG(        printf("checkEvents block:%d\n", block);                        )
      */
     assert(blockInts > 0);
 
-DBG(   printf("Select returns %d\n", r);                               )
+    DBG( printf("Select returns %d\n", r); )
 
     /* Some threads may have finished sleeping.
      */