chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/codegen-proto.lisp: Fix printing of `if`/`else if' ladders.
[sod]
/
src
/
class-make-impl.lisp
diff --git
a/src/class-make-impl.lisp
b/src/class-make-impl.lisp
index 8aacd400ba4650040d9296e58933fd280b0909e9..aef694863378ac5889064ab626d3a855e7cb8abf 100644
(file)
--- a/
src/class-make-impl.lisp
+++ b/
src/class-make-impl.lisp
@@
-142,7
+142,7
@@
(defmethod make-sod-initializer-using-slot
:slot slot
:value-kind value-kind
:value-form value-form
:slot slot
:value-kind value-kind
:value-form value-form
- :location
location
+ :location
(file-location location)
:pset pset))
(defmethod shared-initialize :after
:pset pset))
(defmethod shared-initialize :after
@@
-208,7
+208,7
@@
(defmethod make-sod-method-using-message
:class class
:type type
:body body
:class class
:type type
:body body
- :location
location
+ :location
(file-location location)
:pset pset))
(defmethod sod-message-method-class
:pset pset))
(defmethod sod-message-method-class