Skip to content

Commit

Permalink
* eval_intern.h: add prototypes of rb_sourceline() and
Browse files Browse the repository at this point in the history
  rb_sourcefile().



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Apr 20, 2007
1 parent 3fc37d7 commit 52ecaf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
3 changes: 3 additions & 0 deletions eval_intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 52ecaf6

Please sign in to comment.