X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/48eb81ca02d7e618ecc474f73ef948b023586857..7dd104a3fdcd6f0094ec2e0f8c6a18564949eb49:/src/pset-impl.lisp diff --git a/src/pset-impl.lisp b/src/pset-impl.lisp index 8e1743f..338306a 100644 --- a/src/pset-impl.lisp +++ b/src/pset-impl.lisp @@ -96,6 +96,7 @@ (defmethod decode-property ((raw character)) (values :char raw)) (defmethod decode-property ((raw function)) (values :func raw)) (defmethod decode-property ((raw c-type)) (values :type raw)) +(defmethod decode-property ((raw c-fragment)) (values :c-fragment raw)) ;;; Keywords.