* lib/e2mmap.rb (VERSION): remove unnecessary version checking.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2004-01-22 09:37:24 +00:00
parent 225cd9f109
commit e06502f3a4
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Jan 22 18:35:49 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/e2mmap.rb (VERSION): remove unnecessary version checking.
Thu Jan 22 16:21:02 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (string_content): reset lexical states at the beginning of

View File

@ -48,8 +48,6 @@
# Foo.Fail ExistingExceptionClass, arg...
#
#
fail "Use Ruby 1.1" if VERSION < "1.1"
module Exception2MessageMapper
@RCS_ID='-$Id: e2mmap.rb,v 1.10 1999/02/17 12:33:17 keiju Exp keiju $-'