remove comments in macro texts completely

This commit is contained in:
ceriel 1990-01-30 18:33:54 +00:00
parent 6c588b0ae8
commit b3d5eaef01

View file

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