Commit 4cb86f87 authored by Patrick Hogan's avatar Patrick Hogan

#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)

Signed-off-by: default avatarPatrick Hogan <pbhogan@gmail.com>
parent c8c90d36
......@@ -388,6 +388,10 @@ void mrb_write_barrier(mrb_state *, struct RBasic*);
#define MRUBY_VERSION "Rite"
#ifdef DEBUG
#undef DEBUG
#endif
#if 0
#define DEBUG(x) x
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment