1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-06 00:14:43 +00:00

Remove unused variable and resolve warning: no previous extern declaration for non-static variable in xc.c

This commit is contained in:
Nick Briggs
2023-01-06 22:58:05 -08:00
parent 904f5b4d3d
commit 97cca299be

View File

@@ -149,8 +149,7 @@ LispPTR fn_table[100]; /* The code block the PC is in (Lisp ptr) */
int pccounter = 0; /* ring-buffer counter */
#endif /* PCTRACE */
int dbgflag = 0;
extern int extended_frame;
int extended_frame; /*indicates if soft stack overflow */
static const int n_mask_array[16] = {