From b7b5063c8bc6d6d689b03a67dea1a5817b8c7daf Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 28 Jun 2005 15:06:03 +0000 Subject: * regparse.c (fetch_token): avoid warning of unused goto tag. [ruby-dev:26389] (patch from Kazuhiro NISHIYAMA) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29f42ccd5..285507bb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 29 00:03:20 2005 Kazuhiro NISHIYAMA + + * regparse.c (fetch_token): avoid warning of unused goto tag. + [ruby-dev:26389] + Tue Jun 28 21:59:29 2005 Kazuhiro NISHIYAMA * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused -- cgit