From 5b0d93af799a077ac7e5dffc2c4e466796862cc2 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 28 Mar 1990 13:49:33 +0000 Subject: [PATCH] CHECK-ARG => CHECK-ARG-TYPE --- compiler/ctype.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ctype.lisp b/compiler/ctype.lisp index 4ea4ed805..3fa8e9eba 100644 --- a/compiler/ctype.lisp +++ b/compiler/ctype.lisp @@ -107,7 +107,7 @@ (do ((i 1 (1+ i)) (arg args (cdr arg))) ((null arg)) - (check-arg (car arg) *wild-type* i))) + (check-arg-type (car arg) *wild-type* i))) ((< nargs min-args) (note-lossage "Function called with ~R argument~:P, but wants at least ~R." -- GitLab