From 97cca299be9f0857b93ff63e612316e997eefc82 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 6 Jan 2023 22:58:05 -0800 Subject: [PATCH] Remove unused variable and resolve warning: no previous extern declaration for non-static variable in xc.c --- src/xc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xc.c b/src/xc.c index 357f4e3..f07e64a 100644 --- a/src/xc.c +++ b/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] = {