chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c6b4ed9
)
src/class-output.lisp: Leave `*instance-class*' unbound at top-level.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Oct 2019 21:52:37 +0000
(22:52 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Oct 2019 23:18:28 +0000
(
00:18
+0100)
src/class-output.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/class-output.lisp
b/src/class-output.lisp
index ef823558ee0f53f913179d6f1e302beea110b331..45a49097b43a3a26c82d46b18af4af01354ccc24 100644
(file)
--- a/
src/class-output.lisp
+++ b/
src/class-output.lisp
@@
-542,7
+542,7
@@
(defmethod hook-output ((choff chain-offset) (reason (eql :h)) sequencer)
;;; Implementation output.
(export '*instance-class*)
;;; Implementation output.
(export '*instance-class*)
-(defvar
*instance-class* nil
+(defvar
-unbound *instance-class*
"The class currently being output.
This is bound during the `hook-output' traversal of a class layout for
"The class currently being output.
This is bound during the `hook-output' traversal of a class layout for