From 60137273d2066b9cf04aeec0480b5ae90df5a4b7 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 1 Sep 2011 11:46:17 -0700 Subject: [PATCH] rt: Disable debug spew in rust_shape --- src/rt/rust_shape.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rt/rust_shape.h b/src/rt/rust_shape.h index bf8247ec0dc9..3b3eda5ce571 100644 --- a/src/rt/rust_shape.h +++ b/src/rt/rust_shape.h @@ -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 {