Mercurial > audlegacy-plugins
changeset 3127:8255be301249
define NEON_DEBUG for the moment
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 06 May 2009 14:06:28 -0500 |
parents | 2d2a50196556 |
children | 28610ff7cda6 |
files | src/neon/debug.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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", \