diff options
-rw-r--r-- | eval_intern.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -314,9 +314,9 @@ void rb_thread_terminate_all(void); VALUE rb_vm_cbase(void); /* vm_backtrace.c */ -VALUE rb_threadptr_backtrace_object(rb_thread_t *th); -VALUE rb_threadptr_backtrace_str_ary(rb_thread_t *th, long lev, long n); -VALUE rb_threadptr_backtrace_location_ary(rb_thread_t *th, long lev, long n); #ifndef CharNext /* defined as CharNext[AW] on Windows. */ # ifdef HAVE_MBLEN |