mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed useless RCS revisions
This commit is contained in:
parent
8863bfb1f4
commit
d6a94a0c4b
1 changed files with 2 additions and 5 deletions
|
@ -97,15 +97,12 @@ def main
|
||||||
parser.on('--runtime-version', 'Prints runtime version and quit.') {
|
parser.on('--runtime-version', 'Prints runtime version and quit.') {
|
||||||
printf "racc runtime version %s (rev. %s); %s\n",
|
printf "racc runtime version %s (rev. %s); %s\n",
|
||||||
Racc::Parser::Racc_Runtime_Version,
|
Racc::Parser::Racc_Runtime_Version,
|
||||||
Racc::Parser::Racc_Runtime_Revision,
|
|
||||||
if Racc::Parser.racc_runtime_type == 'ruby'
|
if Racc::Parser.racc_runtime_type == 'ruby'
|
||||||
sprintf('ruby core version %s (rev. %s)',
|
sprintf('ruby core version %s (rev. %s)',
|
||||||
Racc::Parser::Racc_Runtime_Core_Version_R,
|
Racc::Parser::Racc_Runtime_Core_Version_R)
|
||||||
Racc::Parser::Racc_Runtime_Core_Revision_R)
|
|
||||||
else
|
else
|
||||||
sprintf('c core version %s (rev. %s)',
|
sprintf('c core version %s (rev. %s)',
|
||||||
Racc::Parser::Racc_Runtime_Core_Version_C,
|
Racc::Parser::Racc_Runtime_Core_Version_C)
|
||||||
Racc::Parser::Racc_Runtime_Core_Revision_C)
|
|
||||||
end
|
end
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue