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
@ -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…
x
Reference in New Issue
Block a user