From f58eb1e276a2db3ff2062c80a7acf97860aca8ca Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 20:33:04 +0000 Subject: * eval.c: remove ruby_current_node and change eval() prototype. fix to use rb_sourcefile/line() instead of ruby_sourcefile/line. * error.c, eval_error.ci, eval_load.c, eval_safe.ci, gc.c, include/ruby/intern.h, parse.y, process.c, ruby.c: ditto. * vm.c: fix spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_intern.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'eval_intern.h') diff --git a/eval_intern.h b/eval_intern.h index a18fe59420..11e2255fac 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -183,9 +183,6 @@ extern VALUE sysstack_error; void rb_thread_cleanup _((void)); void rb_thread_wait_other_threads _((void)); -int rb_sourceline(void); -const char *rb_sourcefile(void); - int thread_set_raised(rb_thread_t *th); int thread_reset_raised(rb_thread_t *th); -- cgit v1.2.3