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