lots and lots of changes & improvements

This commit is contained in:
eck
1989-09-19 16:13:23 +00:00
parent 18439ffa3f
commit fa4e6eecb4
59 changed files with 1826 additions and 1571 deletions

View File

@@ -166,7 +166,7 @@ copyact(ch1, ch2, lvl)
case '/':
LoadChar(ch);
if (ch == '*') { /* skip comment */
if (ch == '*' && !InputLevel) { /* skip comment */
skipcomment();
continue;
}