From: Mark Wooding Date: Tue, 17 Nov 2015 17:35:46 +0000 (+0000) Subject: src/pset-proto.lisp: Remove the write wrapper for `p-%type'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/96baf945d21b95c5e79a10cbddecf80007f26366 src/pset-proto.lisp: Remove the write wrapper for `p-%type'. --- diff --git a/src/pset-proto.lisp b/src/pset-proto.lisp index d77a058..eaf3a77 100644 --- 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)