From: ceriel Date: Tue, 30 Jan 1990 18:33:54 +0000 (+0000) Subject: remove comments in macro texts completely X-Git-Tag: release-5-5~1849 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b3d5eaef0117d00d088734a281f8eed81c6c6e7b;p=ack.git remove comments in macro texts completely --- diff --git a/util/cpp/domacro.c b/util/cpp/domacro.c index fb4b3ff0e..76aa7cedf 100644 --- a/util/cpp/domacro.c +++ b/util/cpp/domacro.c @@ -638,7 +638,7 @@ get_text(formals, length) LoadChar(c); if (c == '*') { skipcomment(); - text[pos++] = ' '; + /* text[pos++] = ' '; ??? Why ??? */ LoadChar(c); } else