diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-14 08:11:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-12-14 08:11:03 +0000 |
| commit | c492bc127bb5e54cb7c00ed757dc309cf634def1 (patch) | |
| tree | 88e4126299de6901fee98a97876f2dcb2bb08c1c | |
| parent | 5a565d5c4df425c9c591099cf750f123d432ba7a (diff) | |
parse.y: fix line number
* parse.y (parser_params): parser_tokline to track the line number at
which token started. [ruby-dev:46737] [Bug #7559]
* parse.y (fcall): operation with starting line number.
* parse.y (command, primary, method_call): point method name line.
* parse.y (gettable_gen): return token line for __LINE__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Fri Dec 14 17:10:19 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Dec 14 17:10:57 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (parser_params): parser_tokline to track the line number at which token started. [ruby-dev:46737] [Bug #7559] |
