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

*** empty log message ***

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@39 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-01-21 08:09:11 +00:00
parent b3b7b7200c
commit bed68843ab

View file

@ -1,5 +1,7 @@
Wed Jan 21 01:43:42 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
* regex.c (re_compile_pattern): too many pops for non register subexpr.
* parse.y (yylex): open parentheses after identifiers are argument
list, even if whitespaces have seen.