remove comments in macro texts completely
authorceriel <none@none>
Tue, 30 Jan 1990 18:33:54 +0000 (18:33 +0000)
committerceriel <none@none>
Tue, 30 Jan 1990 18:33:54 +0000 (18:33 +0000)
util/cpp/domacro.c

index fb4b3ff..76aa7ce 100644 (file)
@@ -638,7 +638,7 @@ get_text(formals, length)
                        LoadChar(c);
                        if (c == '*') {
                                skipcomment();
-                               text[pos++] = ' ';
+                               /* text[pos++] = ' '; ??? Why ??? */
                                LoadChar(c);
                        }
                        else