mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-05 15:54:21 +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;
|
Bframe *obasicframe;
|
||||||
LispPTR scanptr, scanend;
|
LispPTR scanptr, scanend;
|
||||||
UNSIGNED scanend68K;
|
UNSIGNED scanend68K;
|
||||||
struct fnhead *nametable;
|
|
||||||
int ftyp;
|
int ftyp;
|
||||||
int pvcount;
|
int pvcount;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user