Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.
This commit is contained in:
@@ -20,8 +20,6 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef PRINTBUF_DEBUG
|
|
||||||
|
|
||||||
struct printbuf {
|
struct printbuf {
|
||||||
char *buf;
|
char *buf;
|
||||||
int bpos;
|
int bpos;
|
||||||
|
|||||||
Reference in New Issue
Block a user