Skip to content
Snippets Groups Projects
Commit 8d478733 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #1: Add support for gcl 2.6.14

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.
parent c3fe5360
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment