1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Remove unnecessary declaration for nametable that was shadowed by block local declaration, causing compilation warning.

modified:   src/gcmain3.c
This commit is contained in:
Nick Briggs 2020-10-25 18:35:16 -07:00
parent 135d7f65d3
commit 2bf4cea359

View File

@ -394,7 +394,6 @@ LispPTR gcscanstack(void) {
Bframe *obasicframe;
LispPTR scanptr, scanend;
UNSIGNED scanend68K;
struct fnhead *nametable;
int ftyp;
int pvcount;