1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* parse.y (gettable): should freeze __FILE__ string.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-12-10 10:08:58 +00:00
parent 6c8a7c3592
commit 55471ed610

View file

@ -13,7 +13,7 @@ Mon Dec 10 02:09:28 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
Mon Dec 10 01:06:56 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (gettable): should freeze __LINE__ string.
* parse.y (gettable): should freeze __FILE__ string.
Sun Dec 9 18:06:26 2001 Minero Aoki <aamine@loveruby.net>