mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/racc/parser.rb: Fix typo
s/Extentions/Extensions/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2e9230c4b3
commit
19c9a70a07
1 changed files with 3 additions and 3 deletions
|
@ -174,8 +174,8 @@ end
|
||||||
# Your own parser is completely yours.
|
# Your own parser is completely yours.
|
||||||
module Racc
|
module Racc
|
||||||
|
|
||||||
unless defined?(Racc_No_Extentions)
|
unless defined?(Racc_No_Extensions)
|
||||||
Racc_No_Extentions = false # :nodoc:
|
Racc_No_Extensions = false # :nodoc:
|
||||||
end
|
end
|
||||||
|
|
||||||
class Parser
|
class Parser
|
||||||
|
@ -192,7 +192,7 @@ module Racc
|
||||||
unless new.respond_to?(:_racc_do_parse_c, true)
|
unless new.respond_to?(:_racc_do_parse_c, true)
|
||||||
raise LoadError, 'old cparse.so'
|
raise LoadError, 'old cparse.so'
|
||||||
end
|
end
|
||||||
if Racc_No_Extentions
|
if Racc_No_Extensions
|
||||||
raise LoadError, 'selecting ruby version of racc runtime core'
|
raise LoadError, 'selecting ruby version of racc runtime core'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue