From 2bf4cea35910ad39c5ebfa5a4979f8844efbfb63 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 25 Oct 2020 18:35:16 -0700 Subject: [PATCH] Remove unnecessary declaration for nametable that was shadowed by block local declaration, causing compilation warning. modified: src/gcmain3.c --- src/gcmain3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gcmain3.c b/src/gcmain3.c index 3d3978f..2399790 100644 --- a/src/gcmain3.c +++ b/src/gcmain3.c @@ -394,7 +394,6 @@ LispPTR gcscanstack(void) { Bframe *obasicframe; LispPTR scanptr, scanend; UNSIGNED scanend68K; - struct fnhead *nametable; int ftyp; int pvcount;