chiark / gitweb /
debian/libsod-dev.install: Fix name of manpage.
[sod] / src / module-impl.lisp
index 908a017a5b82afd5c1ffa3c6ee1f58eb2a18169b..3ca44114954aa857625ced8e144e4ea0cb6c7e24 100644 (file)
@@ -205,7 +205,8 @@ (defmethod make-load-form ((fragment c-fragment) &optional environment)
 (export '(code-fragment-item code-fragment code-fragment-reason
          code-fragment-name code-fragment-constraints))
 (defclass code-fragment-item ()
-  ((fragment :initarg :fragment :type c-fragment :reader code-fragment)
+  ((fragment :initarg :fragment :type (or string c-fragment)
+            :reader code-fragment)
    (reason :initarg :reason :type keyword :reader code-fragment-reason)
    (name :initarg :name :type t :reader code-fragment-name)
    (constraints :initarg :constraints :type list