mirror of
https://github.com/json-c/json-c.git
synced 2026-03-23 15:09:07 +08:00
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.
This commit is contained in:
committed by
Keith Derrick
parent
8310d3634c
commit
7f3298da85
@@ -20,8 +20,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#undef PRINTBUF_DEBUG
|
||||
|
||||
struct printbuf {
|
||||
char *buf;
|
||||
int bpos;
|
||||
|
||||
Reference in New Issue
Block a user