X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=8ab1e064bd8ffe6278d2c43f8439dfdd699fc926;hb=8902b8b6bd2e9285749dd39d313b33b6c69c5213;hp=1f39e627d30fcf8eeddf5ce30b36deda403a1226;hpb=b1c7011c1f5d50b9821c07db75b1d5c3c6881062;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index 1f39e62..8ab1e06 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1363,9 +1363,7 @@ (defknown %cleanup-point () t) (defknown %special-bind (t t) t) (defknown %special-unbind (t) t) -(defknown %dynamic-extent-start () t) -(defknown %dynamic-extent-end () t) -(defknown %listify-rest-args (t index t) list (flushable)) +(defknown %listify-rest-args (t index) list (flushable)) (defknown %more-arg-context (t t) (values t index) (flushable)) (defknown %more-arg (t index) t) (defknown %more-arg-values (t index index) * (flushable))