Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.

This commit is contained in:
Eric Haszlakiewicz
2012-04-04 17:11:38 -07:00
committed by Keith Derrick
parent 8310d3634c
commit 7f3298da85
-2
View File
@@ -20,8 +20,6 @@
extern "C" {
#endif
#undef PRINTBUF_DEBUG
struct printbuf {
char *buf;
int bpos;