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:
parent
135d7f65d3
commit
2bf4cea359
@ -394,7 +394,6 @@ LispPTR gcscanstack(void) {
|
||||
Bframe *obasicframe;
|
||||
LispPTR scanptr, scanend;
|
||||
UNSIGNED scanend68K;
|
||||
struct fnhead *nametable;
|
||||
int ftyp;
|
||||
int pvcount;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user