X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdeftypes-for-target.lisp;h=232c61d908c5179656ff27c387123eb6c2fc7e73;hb=2d4a0df3457bcd50916b33d374da592d8776db0a;hp=ce70217c3434247ae8ea860dbf856df46d4f6e2f;hpb=2d3cb6dba6461e98744eca2a1df4f770cea468ca;p=sbcl.git diff --git a/src/code/deftypes-for-target.lisp b/src/code/deftypes-for-target.lisp index ce70217..232c61d 100644 --- a/src/code/deftypes-for-target.lisp +++ b/src/code/deftypes-for-target.lisp @@ -101,6 +101,9 @@ ;;;; some private types that we use in defining the standard functions, ;;;; or implementing declarations in standard compiler transforms +;;; semistandard types +(sb!xc:deftype generalized-boolean () t) + ;;; a type specifier ;;; ;;; FIXME: The SB!KERNEL:INSTANCE here really means CL:CLASS.