summaryrefslogtreecommitdiff
path: root/Lisp/parameters.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/parameters.lisp')
-rw-r--r--Lisp/parameters.lisp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Lisp/parameters.lisp b/Lisp/parameters.lisp
index a26908b..14a3f16 100644
--- a/Lisp/parameters.lisp
+++ b/Lisp/parameters.lisp
@@ -64,17 +64,17 @@ Objective-CL.
\(With __install-reader-syntax__ enabled.)
- (defvar *tmp*)
- (setq *trace-method-calls* t)
+ (defvar \\*tmp\\*)
+ (setq \\*trace-method-calls\\* t)
- (setq *tmp* [NSString new])
+ (setq \\*tmp\\* [NSString new])
; Invoking [new].
- (setq *tmp* [NSString string])
+ (setq \\*tmp\\* [NSString string])
; Invoking [string].
; Invoking [retain].
- (setq *tmp* nil)
+ (setq \\*tmp\\* nil)
(gc :full t)
; Invoking [release].
; Invoking [release].