summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-18 03:47:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-18 03:47:03 +0000
commitf7fe97723a970cc1bfc14e9676a299c6099ae2e3 (patch)
treea30b52fe586e8cd40f984736cee90e3533a209f5 /eval.c
parentb12951c688e541308bd3869470cd751c159091c3 (diff)
small last minute changes (eval.c, file.c)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 1f6f9f4352..e6a4898e11 100644
--- a/eval.c
+++ b/eval.c
@@ -8096,7 +8096,7 @@ rb_thread_abort_exc_set(thread, val)
th->errinfo = Qnil;\
th->last_status = 0;\
th->last_line = 0;\
- th->last_match = 0;\
+ th->last_match = Qnil;\
th->abort = 0;\
th->priority = 0;\
th->gid = 1;\