mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-31 05:42:25 +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:
@@ -394,7 +394,6 @@ LispPTR gcscanstack(void) {
|
||||
Bframe *obasicframe;
|
||||
LispPTR scanptr, scanend;
|
||||
UNSIGNED scanend68K;
|
||||
struct fnhead *nametable;
|
||||
int ftyp;
|
||||
int pvcount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user