From 7f3298da8519a1f4be73957ae1eebb3b433dd0ae Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 3 Apr 2012 14:48:15 -0500 Subject: [PATCH] Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. --- printbuf.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.49.0