mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
cmp: refactor: be explicit on some symbols
*compile-print* and *compile-verbose* are CL package symbols, be explicit about that when defining them.
This commit is contained in:
parent
153262c1cc
commit
3f1a8c31b4
1 changed files with 2 additions and 2 deletions
|
|
@ -49,11 +49,11 @@
|
|||
(defvar *compiler-conditions* '()
|
||||
"This variable determines whether conditions are printed or just accumulated.")
|
||||
|
||||
(defvar *compile-print* nil
|
||||
(defvar cl:*compile-print* nil
|
||||
"This variable controls whether the compiler displays messages about
|
||||
each form it processes. The default value is NIL.")
|
||||
|
||||
(defvar *compile-verbose* nil
|
||||
(defvar cl:*compile-verbose* nil
|
||||
"This variable controls whether the compiler should display messages about its
|
||||
progress. The default value is T.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue