X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/ff344fb7a4598447cd6527c84f01d658f3fc9f11..d63df20adbac17c905f711af54d7c94b9079209b:/src/pset-impl.lisp diff --git a/src/pset-impl.lisp b/src/pset-impl.lisp index baa3830..ecad712 100644 --- a/src/pset-impl.lisp +++ b/src/pset-impl.lisp @@ -71,7 +71,7 @@ ((value string) (type (eql :id)) (wanted (eql :type))) (or (and (boundp '*module-type-map*) (gethash value *module-type-map*)) - (gethash value *declspec-map*) + (find-simple-c-type value) (error "Unknown type `~A'." value))) ;;;--------------------------------------------------------------------------