From b1746e9e47fdd9411bd713c884f14e5f1344fd58 Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 19 Jan 2018 11:10:30 +0000 Subject: 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 --- ext/ripper/tools/preproc.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/ripper') 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<%\*/> -- cgit v1.2.3