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:
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user