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/branches/ruby_1_8@25096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1874a8a3ae
commit
4460a5e160
5 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')+':' if caller[0]} getopts is deprecated after Ruby 1.8.1; use optparse instead" if caller[0] and $VERBOSE
|
||||
|
||||
$RCS_ID=%q$Header$
|
||||
$RCS_ID=%q$Id$
|
||||
|
||||
# getopts is obsolete. Use GetoptLong.
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: parsearg is deprecated after Ruby 1.8.1; use optparse instead"
|
||||
|
||||
$RCS_ID=%q$Header$
|
||||
$RCS_ID=%q$Id$
|
||||
|
||||
require "getopts"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
@ -389,7 +389,7 @@ module Racc
|
|||
toks.each {|t| out.print ' ', racc_token2str(t) }
|
||||
end
|
||||
out.puts " --> #{racc_token2str(sim)}"
|
||||
|
||||
|
||||
racc_print_stacks tstack, vstack
|
||||
@racc_debug_out.puts
|
||||
end
|
||||
|
|
|
@ -44,7 +44,7 @@ unless defined? Thread
|
|||
end
|
||||
|
||||
module Sync_m
|
||||
RCS_ID='-$Header$-'
|
||||
RCS_ID='-$Id$-'
|
||||
|
||||
# lock mode
|
||||
UN = :UN
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#define RUBY_VERSION "1.8.8"
|
||||
#define RUBY_RELEASE_DATE "2009-09-25"
|
||||
#define RUBY_RELEASE_DATE "2009-09-26"
|
||||
#define RUBY_VERSION_CODE 188
|
||||
#define RUBY_RELEASE_CODE 20090925
|
||||
#define RUBY_RELEASE_CODE 20090926
|
||||
#define RUBY_PATCHLEVEL -1
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
|
@ -9,7 +9,7 @@
|
|||
#define RUBY_VERSION_TEENY 8
|
||||
#define RUBY_RELEASE_YEAR 2009
|
||||
#define RUBY_RELEASE_MONTH 9
|
||||
#define RUBY_RELEASE_DAY 25
|
||||
#define RUBY_RELEASE_DAY 26
|
||||
|
||||
#ifdef RUBY_EXTERN
|
||||
RUBY_EXTERN const char ruby_version[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue