X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftypedefs.lisp;h=bcbfecea2be2161a06f4a08d6c116eece6e23be0;hb=5108495b13b99452d5a85c4600f68432ff8894b2;hp=3d0c69f67a100ec682f1cd39342c700b2367a788;hpb=83b88ebcc07cda4daec275fa851664495a840445;p=sbcl.git diff --git a/src/code/typedefs.lisp b/src/code/typedefs.lisp index 3d0c69f..bcbfece 100644 --- a/src/code/typedefs.lisp +++ b/src/code/typedefs.lisp @@ -27,7 +27,7 @@ ;;; Define the translation from a type-specifier to a type structure for ;;; some particular type. Syntax is identical to DEFTYPE. (defmacro !def-type-translator (name arglist &body body) - (check-type name symbol) + (declare (type symbol name)) ;; FIXME: Now that the T%CL hack is ancient history and we just use CL ;; instead, we can probably return to using PARSE-DEFMACRO here. ;;