1
0
Fork 0
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:
mame 2018-01-19 11:10:30 +00:00
parent 340dc03672
commit b1746e9e47

View file

@ -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<%\*/>