* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'
which is no longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e3633dfad
commit
93184600c8
@ -1,3 +1,8 @@
|
|||||||
|
Sun Oct 21 19:12:42 2012 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||||
|
|
||||||
|
* vm_core.h (rb_vm_t::trace_flag): remove `trace_flag'
|
||||||
|
which is no longer used.
|
||||||
|
|
||||||
Sun Oct 21 18:34:27 2012 Tadayoshi Funaba <tadf@dotrb.org>
|
Sun Oct 21 18:34:27 2012 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
* ext/date/date_parse.c (date__parse): uses more tight parser if
|
* ext/date/date_parse.c (date__parse): uses more tight parser if
|
||||||
|
@ -343,7 +343,6 @@ typedef struct rb_vm_struct {
|
|||||||
int running;
|
int running;
|
||||||
int inhibit_thread_creation;
|
int inhibit_thread_creation;
|
||||||
int thread_abort_on_exception;
|
int thread_abort_on_exception;
|
||||||
unsigned long trace_flag;
|
|
||||||
volatile int sleeper;
|
volatile int sleeper;
|
||||||
|
|
||||||
/* object management */
|
/* object management */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user