X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fearly-c.lisp;h=3ec37984cdb0fe5b20e91378dd1ed0a7c7e60959;hb=98c725660502dc1a761e60ac935f95ed60143021;hp=515701aab766b346534eaff8c8b925658da29cd7;hpb=c2431e2d0d0222a3cf20cfdfa48201bdcc65cd76;p=sbcl.git diff --git a/src/compiler/early-c.lisp b/src/compiler/early-c.lisp index 515701a..3ec3798 100644 --- a/src/compiler/early-c.lisp +++ b/src/compiler/early-c.lisp @@ -190,7 +190,7 @@ convention (names like *FOO*) for special variables" symbol)) ((or symbol number string) x) (t - (format nil "#<~S>" (type-of x)))) + (list 'of-type (type-of x)))) "#<...>"))) ;; FIXME: It might be nice to put markers in the tree instead of ;; this #<...> business, so that they would evantually be printed