summaryrefslogtreecommitdiffstats
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-08 06:48:34 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-08 06:48:34 +0000
commite193c1117e23e2987abf370de4fbc2608e9b7ec5 (patch)
treebdf638f9cb52fc497e5b39a639a639bc3712f12e /eval_intern.h
parent7f7e01c7094af225c2874d2f9047d60a444a5c25 (diff)
downloadruby-e193c1117e23e2987abf370de4fbc2608e9b7ec5.tar.gz
ruby-e193c1117e23e2987abf370de4fbc2608e9b7ec5.tar.xz
ruby-e193c1117e23e2987abf370de4fbc2608e9b7ec5.zip
* process.c: fix to use rb_status_line_set/get/clear().
* eval_intern.h: fix line break. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 5c811d963..33386a0ea 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -183,10 +183,10 @@ char *strrchr _((const char *, const char));
{ \
ruby_cref()->nd_visi = (f); \
}
+
extern VALUE exception_error;
extern VALUE sysstack_error;
-
void rb_thread_cleanup _((void));
void rb_thread_wait_other_threads _((void));