remove comments in macro texts completely
This commit is contained in:
@@ -638,7 +638,7 @@ get_text(formals, length)
|
||||
LoadChar(c);
|
||||
if (c == '*') {
|
||||
skipcomment();
|
||||
text[pos++] = ' ';
|
||||
/* text[pos++] = ' '; ??? Why ??? */
|
||||
LoadChar(c);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user