зеркало из https://github.com/github/ruby.git
* parse.y: fix to show line number of blank block.
[ruby-dev:31093] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c43511cd89
Коммит
0d7e74a6be
|
@ -1,3 +1,8 @@
|
|||
Fri Jun 29 21:55:48 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* parse.y: fix to show line number of blank block.
|
||||
[ruby-dev:31093]
|
||||
|
||||
Fri Jun 29 20:51:04 2007 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to
|
||||
|
|
3
parse.y
3
parse.y
|
@ -770,6 +770,9 @@ compstmt : stmts opt_terms
|
|||
;
|
||||
|
||||
stmts : none
|
||||
{
|
||||
$$ = NEW_NIL();
|
||||
}
|
||||
/*%c%*/
|
||||
/*%c
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче