From 68e6271fd137221a1b8c044015903e7162a372a7 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 30 Aug 2003 05:26:47 +0000 Subject: * eval.c (rb_iter_break): should not call TAG_JUMP directly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e64f0d51..5ca63d279 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 30 14:25:43 2003 Yukihiro Matsumoto + + * eval.c (rb_iter_break): should not call TAG_JUMP directly. + Sat Aug 30 03:58:21 2003 Yukihiro Matsumoto * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead. -- cgit