summaryrefslogtreecommitdiff
path: root/printbuf.h
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2012-04-03 14:48:15 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2012-04-03 14:48:15 -0500
commit61a154e58b0a13f4d9e4cfb74bd1a8b9655baa3d (patch)
tree0263a4cca7f9672e4b76ca0228cdf9cb8b5cd253 /printbuf.h
parent2d48543f2ef8caadcbdbd9b3b779664038bf6a2b (diff)
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.
Diffstat (limited to 'printbuf.h')
-rw-r--r--printbuf.h2
1 files changed, 0 insertions, 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;