X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftypecheckfuns.lisp;h=b36fe1735f6bd10fbbba07e3b1f21ac99d83531a;hb=80304981972c91c1b3f3fca75f36dacf1fecf307;hp=e398b70fdc353476206fe2c58563ece863724f64;hpb=a37de74b393a808825585000bb5b2b92218d46c0;p=sbcl.git diff --git a/src/code/typecheckfuns.lisp b/src/code/typecheckfuns.lisp index e398b70..b36fe17 100644 --- a/src/code/typecheckfuns.lisp +++ b/src/code/typecheckfuns.lisp @@ -190,7 +190,7 @@ (defun ctype-needs-to-be-interpreted-p (ctype) ;; What we should really do is factor out the code in - ;; (DEF-SOURCE-TRANSFORM TYPEP ..) so that it can be shared here. + ;; (DEFINE-SOURCE-TRANSFORM TYPEP ..) so that it can be shared here. ;; Until then this toy version should be good enough for some testing. (warn "FIXME: This is just a toy stub CTYPE-NEEDS-TO-BE-INTERPRETED-P.") (not (or (position (type-specifier ctype)