diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-25 23:45:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-25 23:45:52 +0000 |
| commit | b3707539ed3a1a7a9525c650fc871dfd57209732 (patch) | |
| tree | 6cca0d28e3a54347f904501800b03de934fc8560 /lib/racc | |
| parent | 38bfcdee6b1a6816d0bb9595b3f7e5ff3cd730f8 (diff) | |
| download | ruby-b3707539ed3a1a7a9525c650fc871dfd57209732.tar.gz ruby-b3707539ed3a1a7a9525c650fc871dfd57209732.tar.xz ruby-b3707539ed3a1a7a9525c650fc871dfd57209732.zip | |
* lib: updated keywords.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/racc')
| -rw-r--r-- | lib/racc/parser.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index fc9b390d5..9b7a76bc5 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -31,10 +31,10 @@ module Racc class Parser Racc_Runtime_Version = '1.4.5' - Racc_Runtime_Revision = '$originalRevision: 1.8 $'.split[1] + Racc_Runtime_Revision = %w$originalRevision: 1.8 $[1] Racc_Runtime_Core_Version_R = '1.4.5' - Racc_Runtime_Core_Revision_R = '$originalRevision: 1.8 $'.split[1] + Racc_Runtime_Core_Revision_R = %w$originalRevision: 1.8 $[1] begin require 'racc/cparse' # Racc_Runtime_Core_Version_C = (defined in extention) |
