Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 3 Apr 2012 19:48:15 +0000 (14:48 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 3 Apr 2012 19:48:15 +0000 (14:48 -0500)
printbuf.h

index fc8ac61..b1bde7f 100644 (file)
@@ -20,8 +20,6 @@
 extern "C" {
 #endif
 
-#undef PRINTBUF_DEBUG
-
 struct printbuf {
   char *buf;
   int bpos;