Merge pull request #18 from pbhogan/master

#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-04-20 07:55:36 -07:00
+4
View File
@@ -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