summaryrefslogtreecommitdiff
path: root/printbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'printbuf.h')
-rw-r--r--printbuf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/printbuf.h b/printbuf.h
index 6a9568f..6f43a0e 100644
--- a/printbuf.h
+++ b/printbuf.h
@@ -1,5 +1,5 @@
/*
- * $Id: printbuf.h,v 1.2 2004/07/21 01:24:33 mclark Exp $
+ * $Id: printbuf.h,v 1.3 2005/06/14 22:41:51 mclark Exp $
*
* Copyright Metaparadigm Pte. Ltd. 2004.
* Michael Clark <michael@metaparadigm.com>
@@ -19,6 +19,8 @@
#ifndef _printbuf_h_
#define _printbuf_h_
+#undef PRINTBUF_DEBUG
+
struct printbuf {
char *buf;
int bpos;