mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge racc from upstream repository.
* Support Ruby 2.4's frozen string literals. * Remove VCS revisions headers.
This commit is contained in:
parent
9a422fc010
commit
229ba1215f
16 changed files with 36 additions and 48 deletions
|
@ -1,6 +1,6 @@
|
|||
#--
|
||||
#
|
||||
# $Id: 63bd084db2dce8a2c9760318faae6104717cead7 $
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1999-2006 Minero Aoki
|
||||
#
|
||||
|
@ -429,7 +429,7 @@ module Racc
|
|||
$raccs_print_type = false
|
||||
|
||||
def scan_action
|
||||
buf = ''
|
||||
buf = String.new
|
||||
nest = 1
|
||||
pre = nil
|
||||
@in_block = 'action'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue