rt: Disable debug spew in rust_shape

This commit is contained in:
Patrick Walton 2011-09-01 11:46:17 -07:00
parent fb196e6ef1
commit 60137273d2

View file

@ -11,11 +11,11 @@
#define ARENA_SIZE 256
#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
#define DPRINTCX(cx) shape::print::print_cx(cx)
//#define DPRINT(fmt,...) fprintf(stderr, fmt, ##__VA_ARGS__)
//#define DPRINTCX(cx) shape::print::print_cx(cx)
//#define DPRINT(fmt,...)
//#define DPRINTCX(cx)
#define DPRINT(fmt,...)
#define DPRINTCX(cx)
namespace shape {