X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fdefstruct.lisp;h=7de9c811455690a2d1e79ee81c8aff9240eb278b;hb=259f6aaee78865c11889b9b83f3306192fee6bd9;hp=1872585bb63c5b69359af6ceb9e214256d0cb71a;hpb=a5dfb70307cb6fd93263e155309038a2229ff6a1;p=jscl.git diff --git a/src/defstruct.lisp b/src/defstruct.lisp index 1872585..7de9c81 100644 --- a/src/defstruct.lisp +++ b/src/defstruct.lisp @@ -13,6 +13,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading defstruct.lisp!") + ;; A very simple defstruct built on lists. It supports just slot with ;; an optional default initform, and it will create a constructor, ;; predicate and accessors for you.