Skip to content

Commit

Permalink
* vm.c: add ifndef guard for VM_CHECK_MODE.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Oct 29, 2015
1 parent 4b852f6 commit b08d139
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Fri Oct 30 06:15:50 2015 Koichi Sasada <ko1@atdot.net>

* vm.c: add ifndef guard for VM_CHECK_MODE.

Fri Oct 30 06:13:10 2015 Koichi Sasada <ko1@atdot.net>

* vm_insnhelper.c (vm_check_frame_detail): should require me for
Expand Down
2 changes: 2 additions & 0 deletions vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
**********************************************************************/

#ifndef VM_CHECK_MODE
#define VM_CHECK_MODE 0
#endif

#include "internal.h"
#include "ruby/vm.h"
Expand Down

0 comments on commit b08d139

Please sign in to comment.