summaryrefslogtreecommitdiff
path: root/Lisp/parameters.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-23 03:23:01 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-23 03:23:01 +0200
commit0544272da832227ad04ae1a48c478a166e81077d (patch)
tree6cd047f1737c31361b32ae58370ed25776e509ab /Lisp/parameters.lisp
parent7765ad52e00034edd23bb09bade83d8b282f8040 (diff)
Make memory management a lot saner.
darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777
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.