Browse Source

Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.

tags/json-c-0.10-20120530
Eric Haszlakiewicz 13 years ago
parent
commit
61a154e58b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      printbuf.h

+ 0
- 2
printbuf.h View File

@@ -20,8 +20,6 @@
extern "C" {
#endif

#undef PRINTBUF_DEBUG

struct printbuf {
char *buf;
int bpos;


Loading…
Cancel
Save