1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval_intern.h: add prototypes of rb_sourceline() and

rb_sourcefile().



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-04-20 01:34:41 +00:00
parent 3fc37d71c4
commit 52ecaf65b0
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Apr 20 10:33:23 2007 Koichi Sasada <ko1@atdot.net>
* eval_intern.h: add prototypes of rb_sourceline() and
rb_sourcefile().
Fri Apr 20 02:37:48 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]

View file

@ -190,6 +190,9 @@ 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);