mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-13 19:34:33 +00:00
Fix unused variable warnings. (#173)
This commit is contained in:
@@ -516,8 +516,8 @@ LispPTR reclaimstackp(LispPTR ptr) /* This is the entry function */
|
||||
|
||||
void printarrayblock(LispPTR base) {
|
||||
struct arrayblock *bbase, *btrailer, *ptrailer;
|
||||
struct arrayblock *bfwd, *bbwd, *rbase;
|
||||
LispPTR *addr, *tmprover;
|
||||
struct arrayblock *bfwd, *bbwd;
|
||||
LispPTR *addr;
|
||||
|
||||
LispPTR pbase, nbase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user