stupid error fixed: tes shouldn't have worked

This commit is contained in:
eck 1990-09-06 08:59:02 +00:00
parent 4a4153bb8b
commit 9915ed4bc2

View file

@ -96,6 +96,7 @@ line_p lnp;
while (*s != '\0') {
if (*s++ == '-') { /* ignores asp -4 */
stacktop = 0;
s++;
continue;
}