X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fgeneric%2Fvm-fndb.lisp;h=8ed1ba1c2d5331b8e06afdc0d2a5dc9c3844d4f1;hb=b19093fa94d6e1785abee99c35c9a610e8777671;hp=1464c0ace470a172b7625ed70f42575fbbc018b7;hpb=39ca94ec421224c78cb01f7d2d7b49321c66a2d4;p=sbcl.git diff --git a/src/compiler/generic/vm-fndb.lisp b/src/compiler/generic/vm-fndb.lisp index 1464c0a..8ed1ba1 100644 --- a/src/compiler/generic/vm-fndb.lisp +++ b/src/compiler/generic/vm-fndb.lisp @@ -292,13 +292,6 @@ (defknown %make-funcallable-instance (index layout) function (unsafe)) -;;; FIXME/REMOVEME: MNA patched these like this, but I don't -;;; understand why, so I mutated them back to see what goes wrong. -;;;-(defknown %funcallable-instance-info (function index) t (flushable)) -;;;-(defknown %set-funcallable-instance-info (function index t) t (unsafe)) -;;;+(defknown %funcallable-instance-info ((or function cons) index) t (flushable)) -;;;+(defknown %set-funcallable-instance-info ((or function cons) index t) t (unsafe)) -;;; (defknown %funcallable-instance-info (function index) t (flushable)) (defknown %set-funcallable-instance-info (function index t) t (unsafe))