Tobj root, null;
Tobj rtno;
int Erun;
-int Eerrlevel, Estackdepth, Eshowbody, Eshowcalls, Eoktorun;
+int Eerrlevel, Estackdepth, Eshowbody, Eshowcalls;
#define PUSHJMP(op, np, b) op = (volatile jmp_buf *) np, np = (jmp_buf *) &b
#define POPJMP(op, np) np = (jmp_buf *) op
sinfoi = 0;
Erun = FALSE;
running = 0;
- Eoktorun = FALSE;
}
void Eterm(void)
jmp_buf eljbuf;
- Eoktorun = FALSE;
-
if (!co)
return NULL;
Tobj root, null;
Tobj rtno;
int Erun;
-int Eerrlevel, Estackdepth, Eshowbody, Eshowcalls, Eoktorun;
+int Eerrlevel, Estackdepth, Eshowbody, Eshowcalls;
#define PUSHJMP(op, np, b) op = (volatile jmp_buf *) np, np = (jmp_buf *) &b
#define POPJMP(op, np) np = (jmp_buf *) op
sinfoi = 0;
Erun = FALSE;
running = 0;
- Eoktorun = FALSE;
}
void Eterm (void) {
jmp_buf eljbuf;
- Eoktorun = FALSE;
-
if (!co)
return NULL;
extern Tobj root, null;
extern Tobj rtno;
extern int Erun;
-extern int Eerrlevel, Estackdepth, Eshowbody, Eshowcalls, Eoktorun;
+extern int Eerrlevel, Estackdepth, Eshowbody, Eshowcalls;
void Einit (void);
void Eterm (void);
src.flag = FILESRC, src.s = NULL, src.fp = fp;
src.tok = -1, src.lnum = 1;
while ((co = Punit (&src)))
- Eoktorun = TRUE, Eunit (co);
+ Eunit(co);
if (fp != stdin)
fclose (fp);
} else
src.flag = CHARSRC, src.s = s, src.fp = NULL;
src.tok = -1, src.lnum = 1;
while ((co = Punit (&src)))
- Eoktorun = TRUE, Eunit (co);
+ Eunit(co);
}
return L_SUCCESS;
}
src.s = sp;
if ((co = Punit (&src)))
- Eoktorun = TRUE, Eunit (co);
+ Eunit(co);
}
void TXTupdate (void) {