Skip to content

Commit 85c4ebf

Browse files
committed
Merge branch 'master' of github.com:Interlisp/maiko
2 parents 7284e19 + 0de1b14 commit 85c4ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LispPTR *N_OP_bind(register LispPTR *stack_pointer, register LispPTR tos, int by
3333
register int n1; /* # slots to bind to NIL (0, 0) */
3434
register int n2; /* # slots to bind to value in stack */
3535
register LispPTR *ppvar; /* pointer to argued slot in Pvar area */
36-
register int i; /* temporary for control */
36+
register unsigned i; /* temporary for control */
3737

3838
#ifdef TRACE
3939
printPC();

0 commit comments

Comments
 (0)