Skip to content
Snippets Groups Projects
Forked from Marco Antoniotti / MK-DEFSYSTEM
Source project has a limited visibility.
Raymond Toy's avatar
Raymond Toy authored
To allow gcl to use mk:defsys, we need to make the following changes.
First gcl doesn't like (setf (documentation mk-pkg t) ...)`.  It
doesn't accept a doc-type of T.  Just add a reader conditional to skip
this for gcl.

Second, gcl 2.6.14 doesn't understand the form `(defun (setf foo)
...)`.  Instead we need to use `defsetf`.  Thus, add `defsetf`
equivalents for gcl.
8d478733
History
Name Last commit Last update