Clean up %more-arg-values.
[sbcl.git] / src / compiler / fndb.lisp
index 4089b77..2945554 100644 (file)
 ;;; FIXME: The second argument here should really be NEGATIVE-INDEX, but doing that
 ;;; breaks the build, and I cannot seem to figure out why. --NS 2006-06-29
 (defknown %more-kw-arg (t fixnum) (values t t))
-(defknown %more-arg-values (t index index) * (flushable))
+(defknown %more-arg-values (t index) * (flushable))
 (defknown %verify-arg-count (index index) (values))
 (defknown %arg-count-error (t) nil)
 (defknown %unknown-values () *)