1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-11 02:30:32 +00:00

Fix some unused variable warnings. (#162)

This commit is contained in:
Bruce Mitchener
2021-01-04 01:30:04 +07:00
committed by GitHub
parent 4d00e0b2a1
commit 907e86c8d9
21 changed files with 30 additions and 48 deletions

View File

@@ -257,7 +257,7 @@ LispPTR get_package_atom(char *char_base, DLword charlen, char *packname, DLword
int externalp) {
int packindex;
PACKAGE *packaddr;
LispPTR hashtbladdr;
/* LispPTR hashtbladdr; */
LispPTR index;
/* For convenience, recognize the common package nicknames: */