1 ;;;; We proclaim all the special variables in the COMMON-LISP package
2 ;;;; here, in one go, just to try to make sure we don't miss any.
4 ;;;; This software is part of the SBCL system. See the README file for
7 ;;;; This software is derived from the CMU CL system, which was
8 ;;;; written at Carnegie Mellon University and released into the
9 ;;;; public domain. The software is in the public domain and is
10 ;;;; provided with absolutely no warranty. See the COPYING and CREDITS
11 ;;;; files for more information.
13 (in-package "COMMON-LISP")
15 (sb!xc:proclaim '(special cl:*
19 cl:*compile-file-pathname*
20 cl:*compile-file-truename*
25 cl:*default-pathname-defaults*
45 cl:*print-miser-width*
46 cl:*print-pprint-dispatch*
50 cl:*print-right-margin*
54 cl:*read-default-float-format*