summaryrefslogtreecommitdiffstats
path: root/vm_exec.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 11:09:34 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 11:09:34 +0000
commit9d207d50a5caeda7c1f77cebc6feb7c40f163f61 (patch)
tree5590252c21a9df04ed1d517995604fcaf80f1022 /vm_exec.h
parentedb37b3cb794575d527e43e2470370ccf6a8c3d5 (diff)
merges r21657 from trunk into ruby_1_9_1.
* vm_dump.c: add a prefix "rb_vmdebug_" to vm_stack_dump_raw(), vm_stack_dump_raw_current(), vm_env_dump_raw(), vm_proc_dump_raw(), vm_stack_dump_th(), vm_debug_print_register(), vm_thread_dump_regs(), vm_debug_print_pre(), vm_debug_print_post(), vm_thread_dump_state(). This change also may affect core (in fact, user of above functions may be only ko1). * vm_core.h: ditto. * vm_exec.h (SDR2): remove duplicate definition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm_exec.h b/vm_exec.h
index d669800f8..9ae81794b 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -59,9 +59,6 @@ typedef rb_iseq_t *ISEQ;
#define throwdebug if(0)printf
/* #define throwdebug printf */
-#define SDR2(cfp) vm_stack_dump_raw(GET_THREAD(), (cfp))
-
-
/************************************************/
#if DISPATCH_XXX
error !