diff options
author | git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-06-19 18:19:20 +0900 |
---|---|---|
committer | git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-06-19 18:19:20 +0900 |
commit | b93508b32c8f11bd468a885745338eab259bd2cd (patch) | |
tree | 2d35cbe8302edb3b9cfb4eb5dc32cf21ff69d575 /lib/racc/grammarfileparser.rb | |
parent | 754df262100cc5febda728111e134e0098bb05ac (diff) |
* remove trailing spaces, append newline at EOF.
Diffstat (limited to 'lib/racc/grammarfileparser.rb')
-rw-r--r-- | lib/racc/grammarfileparser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/grammarfileparser.rb b/lib/racc/grammarfileparser.rb index 37b8c37091..488f3e6683 100644 --- a/lib/racc/grammarfileparser.rb +++ b/lib/racc/grammarfileparser.rb @@ -284,7 +284,7 @@ module Racc end label end - + def add_user_code(label, src) @result.params.send(USER_CODE_LABELS[label]).push src end |