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:
3
src/xc.c
3
src/xc.c
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user