in SkipToNewLine(), check for TOKSEP; fixed problem with volatile
This commit is contained in:
@@ -88,6 +88,9 @@ SkipToNewLine()
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else if (ch == TOKSEP && InputLevel) {
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
if (!is_wsp(ch))
|
||||
garbage = 1;
|
||||
|
||||
Reference in New Issue
Block a user