-
- Downloads
Rename those boolean types which should be (or null (not null)) to
generalized-boolean. CLX originally defined the boolean type to be a generalized boolean, however ANSI CL introduced a more restrictive boolean type (or nil t) which had been used by clx which broke code passing generalized booleans. Since the generalized-boolean type is equivalent to T the declarations could have been flushed, but are retained for documentation purposes.
Showing
- clx/attributes.lisp 1 addition, 1 deletionclx/attributes.lisp
- clx/buffer.lisp 1 addition, 1 deletionclx/buffer.lisp
- clx/clx.lisp 9 additions, 9 deletionsclx/clx.lisp
- clx/dependent.lisp 9 additions, 9 deletionsclx/dependent.lisp
- clx/gcontext.lisp 2 additions, 2 deletionsclx/gcontext.lisp
- clx/graphics.lisp 10 additions, 10 deletionsclx/graphics.lisp
- clx/image.lisp 37 additions, 37 deletionsclx/image.lisp
- clx/input.lisp 12 additions, 12 deletionsclx/input.lisp
- clx/manager.lisp 7 additions, 7 deletionsclx/manager.lisp
- clx/package.lisp 2 additions, 2 deletionsclx/package.lisp
- clx/requests.lisp 14 additions, 14 deletionsclx/requests.lisp
- clx/resource.lisp 7 additions, 7 deletionsclx/resource.lisp
- clx/text.lisp 8 additions, 8 deletionsclx/text.lisp
- clx/translate.lisp 12 additions, 16 deletionsclx/translate.lisp
Loading
Please register or sign in to comment