diff src/neon/debug.h @ 3127:8255be301249

define NEON_DEBUG for the moment
author William Pitcock <nenolod@atheme.org>
date Wed, 06 May 2009 14:06:28 -0500
parents f1b6f1b2cdb3
children 1deef2e9bd31
line wrap: on
line diff
--- a/src/neon/debug.h	Wed May 06 14:04:28 2009 -0500
+++ b/src/neon/debug.h	Wed May 06 14:06:28 2009 -0500
@@ -20,6 +20,8 @@
 
 #include <stdio.h>
 
+#define NEON_DEBUG
+
 #define _ENTER _DEBUG("enter")
 #define _LEAVE _DEBUG("leave"); return
 #define _MESSAGE(tag, string, ...) do { fprintf(stderr, "%s: neon: %s:%d (%s): " string "\n", \