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:
01e3faf
)
src/pset-proto.lisp: Remove the write wrapper for `p-%type'.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 17 Nov 2015 17:35:46 +0000
(17:35 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 17 Nov 2015 20:33:51 +0000
(20:33 +0000)
src/pset-proto.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/pset-proto.lisp
b/src/pset-proto.lisp
index d77a058e5950ebc332677553d2279314e6514586..eaf3a7732e08d7d7c90b738ed2d7448d369598b9 100644
(file)
--- a/
src/pset-proto.lisp
+++ b/
src/pset-proto.lisp
@@
-61,7
+61,7
@@
(defstruct (property
(location (file-location nil) :type file-location)
(key nil :type symbol)
(seenp nil :type boolean))
-(define-access-wrapper p-type p-%type)
+(define-access-wrapper p-type p-%type
:read-only t
)
(export 'decode-property)
(defgeneric decode-property (raw)