mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ext/ripper/tools/preproc.rb: Remove /*%c%
handling
It was replaced with `/*% ripper[brace]: ... %*/` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
340dc03672
commit
b1746e9e47
1 changed files with 0 additions and 4 deletions
|
@ -81,10 +81,6 @@ def grammar(f, out)
|
|||
out << DSL.new($2, ($1 || "").split(",")).generate << $/
|
||||
when %r</\*%%%\*/>
|
||||
out << '#if 0' << $/
|
||||
when %r</\*%c%\*/>
|
||||
out << '/*' << $/
|
||||
when %r</\*%c>
|
||||
out << '*/' << $/
|
||||
when %r</\*%>
|
||||
out << '#endif' << $/
|
||||
when %r<%\*/>
|
||||
|
|
Loading…
Add table
Reference in a new issue