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.10-20120530~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61a154e58b0a13f4d9e4cfb74bd1a8b9655baa3d;p=thirdparty%2Fjson-c.git 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 fc8ac615..b1bde7f9 100644 --- a/printbuf.h +++ b/printbuf.h @@ -20,8 +20,6 @@ extern "C" { #endif -#undef PRINTBUF_DEBUG - struct printbuf { char *buf; int bpos;