X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdeftypes-for-target.lisp;h=20f9a7af59ccbd41de23de65982da1c7ce9e5ec4;hb=4fc9d21ae1d8a6a2f8ff70f589d5da103203de13;hp=f42b20b40abe19aed55fcdd7341fbe2b8aa6ca3f;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/deftypes-for-target.lisp b/src/code/deftypes-for-target.lisp index f42b20b..20f9a7a 100644 --- a/src/code/deftypes-for-target.lisp +++ b/src/code/deftypes-for-target.lisp @@ -120,9 +120,11 @@ ;;; a thing legal in places where we want the name of a file (sb!xc:deftype filename () '(or string pathname)) -;;; a legal arg to pathname functions +;;; legal args to pathname functions (sb!xc:deftype pathname-designator () '(or string pathname stream)) +(sb!xc:deftype logical-host-designator () + '(or host string)) ;;; a thing returned by the irrational functions. We assume that they ;;; never compute a rational result.