Skip to content
Snippets Groups Projects
Commit 3422fd7b authored by wlott's avatar wlott
Browse files

Added two-arg-{and,ior,xor} to exports from kernel.

parent 8cbfbc00
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.5 1990/04/03 03:17:25 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.6 1990/04/03 03:53:03 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -280,14 +280,15 @@ ...@@ -280,14 +280,15 @@
specifier-type streamlike stringable stringlike structure-type specifier-type streamlike stringable stringlike structure-type
structure-type-name structure-type-p truth two-arg-* two-arg-+ structure-type-name structure-type-p truth two-arg-* two-arg-+
two-arg-- two-arg-/ two-arg-/= two-arg-< two-arg-<= two-arg-= two-arg-- two-arg-/ two-arg-/= two-arg-< two-arg-<= two-arg-=
two-arg-> two-arg->= type-difference type-intersect two-arg-> two-arg->= two-arg-and two-arg-ior two-arg-xor
type-intersection type-specifier type-specifier-symbols type-difference type-intersect type-intersection type-specifier
type-union type/= type= types-intersect union-type union-type-p type-specifier-symbols type-union type/= type= types-intersect
union-type-types values-subtypep values-type values-type-allowp union-type union-type-p union-type-types values-subtypep
values-type-intersect values-type-intersection values-type-keyp values-type values-type-allowp values-type-intersect
values-type-keywords values-type-optional values-type-p values-type-intersection values-type-keyp values-type-keywords
values-type-required values-type-rest values-type-union values-type-optional values-type-p values-type-required
values-types values-types-intersect void)) values-type-rest values-type-union values-types
values-types-intersect void))
(in-package "EXTENSIONS") (in-package "EXTENSIONS")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment