From 3fe7032be6b503f95fa0f12865766ff866102310 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 10 Feb 1990 19:44:07 +0000 Subject: [PATCH] Fixed another bogus argument type declaration. --- compiler/vmdef.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp index 1e5a40039..4cfc6f1cc 100644 --- a/compiler/vmdef.lisp +++ b/compiler/vmdef.lisp @@ -623,7 +623,7 @@ ;;; expression that evaluates into the first tn-ref. ;;; (defun access-operands (operands more-operand refs) - (declare (list operands refs)) + (declare (list operands)) (collect ((res)) (let ((prev refs)) (dolist (op operands) -- GitLab