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:
002d481
)
src/module-parse.lisp: Use `quote', not `list', to make constant lists.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000
(15:16 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000
(19:58 +0100)
src/module-parse.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/module-parse.lisp
b/src/module-parse.lisp
index 63d75cdae56232f3db16222ee94e7abef8634e96..3f6c22460f520181d3e9f7dd7f75191729d576c7 100644
(file)
--- a/
src/module-parse.lisp
+++ b/
src/module-parse.lisp
@@
-327,7
+327,7
@@
(defun parse-class-body (scanner pset name supers)
;;
;; Return a VALUE, ready for passing to a `sod-initializer'
;; constructor.
;;
;; Return a VALUE, ready for passing to a `sod-initializer'
;; constructor.
- (parse-delimited-fragment scanner #\=
(list
#\, #\;)
+ (parse-delimited-fragment scanner #\=
'(
#\, #\;)
:keep-end t))
(parse-slot-item (sub-pset base-type type name)
:keep-end t))
(parse-slot-item (sub-pset base-type type name)