mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_backtrace.c: remove debug flag introduced accidentaly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c53464c7e9
commit
548497d545
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 7 14:40:08 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_backtrace.c: remove debug flag introduced accidentaly.
|
||||
|
||||
Tue Jul 7 12:05:37 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* cont.c (cont_free): remove mysterious fflush()
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
|
||||
**********************************************************************/
|
||||
|
||||
#define VM_CHECK_MODE 2
|
||||
|
||||
#include "internal.h"
|
||||
#include "ruby/debug.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue