summaryrefslogtreecommitdiff
path: root/lib/racc/parser.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-10 17:03:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-10 17:04:03 +0900
commite27d2013db18d124d1362b6cc81ecec806ef1a0d (patch)
tree7903a8e74b057359bee746b79686bfec937aab6c /lib/racc/parser.rb
parent43544f8617a81fbaef03d926777df4a5311cdb74 (diff)
Import racc-1.4.1 from ruby/racc.
Diffstat (limited to 'lib/racc/parser.rb')
-rw-r--r--lib/racc/parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb
index a2bc47b425..dd446d1aa1 100644
--- a/lib/racc/parser.rb
+++ b/lib/racc/parser.rb
@@ -186,10 +186,10 @@ module Racc
class Parser
Racc_Runtime_Version = ::Racc::VERSION
- Racc_Runtime_Revision = '$Id: 87af5c09d4467cae567837b4162ec2145417a90e $'
+ Racc_Runtime_Revision = '$Id: e754525bd317344c4284fca6fdce0a425979ade1 $'
Racc_Runtime_Core_Version_R = ::Racc::VERSION
- Racc_Runtime_Core_Revision_R = '$Id: 87af5c09d4467cae567837b4162ec2145417a90e $'.split[1]
+ Racc_Runtime_Core_Revision_R = '$Id: e754525bd317344c4284fca6fdce0a425979ade1 $'.split[1]
begin
if Object.const_defined?(:RUBY_ENGINE) and RUBY_ENGINE == 'jruby'
require 'racc/cparse-jruby.jar'