mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Fix some unused variable warnings. (#162)
This commit is contained in:
@@ -105,7 +105,6 @@ char *atom_to_str(LispPTR atom_index) {
|
||||
void OP_subrcall(int subr_no, int argnum) {
|
||||
static LispPTR args[30];
|
||||
int arg_num;
|
||||
int i;
|
||||
|
||||
PushCStack; /* save TOS in memory */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user