mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib: updated keywords.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f833dd2e24
commit
dd7490d50d
2 changed files with 3 additions and 3 deletions
|
@ -31,10 +31,10 @@ module Racc
|
||||||
class Parser
|
class Parser
|
||||||
|
|
||||||
Racc_Runtime_Version = '1.4.5'
|
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_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
|
begin
|
||||||
require 'racc/cparse'
|
require 'racc/cparse'
|
||||||
# Racc_Runtime_Core_Version_C = (defined in extention)
|
# Racc_Runtime_Core_Version_C = (defined in extention)
|
||||||
|
|
|
@ -42,7 +42,7 @@ unless defined? Thread
|
||||||
end
|
end
|
||||||
|
|
||||||
module Sync_m
|
module Sync_m
|
||||||
RCS_ID='-$Header$-'
|
RCS_ID='-$Id$-'
|
||||||
|
|
||||||
# lock mode
|
# lock mode
|
||||||
UN = :UN
|
UN = :UN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue