diff --git a/ext/ripper/tools/preproc.rb b/ext/ripper/tools/preproc.rb index 560a82e54f..418a0dfb02 100755 --- a/ext/ripper/tools/preproc.rb +++ b/ext/ripper/tools/preproc.rb @@ -81,10 +81,6 @@ def grammar(f, out) out << DSL.new($2, ($1 || "").split(",")).generate << $/ when %r out << '#if 0' << $/ - when %r - out << '/*' << $/ - when %r - out << '*/' << $/ when %r out << '#endif' << $/ when %r<%\*/>