mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #18 from pbhogan/master
#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user