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-03 14:48:15 -05:00
parent 2d48543f2e
commit 61a154e58b

View File

@@ -20,8 +20,6 @@
extern "C" {
#endif
#undef PRINTBUF_DEBUG
struct printbuf {
char *buf;
int bpos;