X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ffndb.lisp;h=eb06b688c5c94f4c408dc610772c8ebfb4faad21;hb=059b8dcf4d34fe9e7b96ed889e19e43b8b98906c;hp=e3301370e3e555245cb520776debf10e8bb0c9b0;hpb=151d241aa79f2346ae18d179255fc6b5a2013229;p=sbcl.git diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index e330137..eb06b68 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -164,6 +164,7 @@ (defknown get-properties (list list) (values t t list) (foldable flushable)) (defknown symbol-name (symbol) simple-string (movable foldable flushable)) (defknown make-symbol (string) symbol (flushable)) +(defknown %make-symbol (simple-string) symbol (flushable)) (defknown copy-symbol (symbol &optional t) symbol (flushable)) (defknown gensym (&optional (or string unsigned-byte)) symbol ()) (defknown symbol-package (symbol) (or sb!xc:package null) (flushable)) @@ -1545,4 +1546,3 @@ (values) ()) (defknown style-warn (string &rest t) null ()) -