summaryrefslogtreecommitdiff
path: root/Lisp/parameters.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/parameters.lisp')
-rw-r--r--Lisp/parameters.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Lisp/parameters.lisp b/Lisp/parameters.lisp
index cd8890d..524e34e 100644
--- a/Lisp/parameters.lisp
+++ b/Lisp/parameters.lisp
@@ -3,9 +3,12 @@
(defvar *runtime-initialisation-level* 0)
-(defvar *skip-finalization* nil)
(defvar *skip-retaining* nil)
+(defvar *in-make-pointer-wrapper-p* nil
+ "A debugging tool that helps identify direct MAKE-INSTANCE calls that
+ought not be there.")
+
(defvar *trace-method-calls* nil
"Whether to print trace messages of all Objective C method calls.