remove comments in macro texts completely
This commit is contained in:
parent
6c588b0ae8
commit
b3d5eaef01
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue