X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fdefstruct.lisp;h=7de9c811455690a2d1e79ee81c8aff9240eb278b;hb=c296885ca974898925b89af066b1b14a6fca0f57;hp=1872585bb63c5b69359af6ceb9e214256d0cb71a;hpb=bdf672312657b00576cdd26367c2b0ef2a340b27;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.