From: Eric Haszlakiewicz Date: Tue, 3 Apr 2012 19:48:15 +0000 (-0500) Subject: Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned... X-Git-Tag: json-c-0.11-20130402~59^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f3298da8519a1f4be73957ae1eebb3b433dd0ae;p=json-c Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. --- diff --git a/printbuf.h b/printbuf.h index fc8ac61..b1bde7f 100644 --- a/printbuf.h +++ b/printbuf.h @@ -20,8 +20,6 @@ extern "C" { #endif -#undef PRINTBUF_DEBUG - struct printbuf { char *buf; int bpos;