From b3d5eaef0117d00d088734a281f8eed81c6c6e7b Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Jan 1990 18:33:54 +0000 Subject: [PATCH] remove comments in macro texts completely --- util/cpp/domacro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1