summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-20 01:34:41 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-20 01:34:41 +0000
commit52ecaf65b0ff40492c5a85cdd9f5cd34201b4a0e (patch)
tree5593f77643291b19ab0775fcc1d8cb23ea463b63 /eval_intern.h
parent3fc37d71c4a1a25c3a77464c614595703d63c2e6 (diff)
* 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
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 8b2c972631..0cb4006d73 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -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);