X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fffi.lisp;h=db6a23ec21bf0606797ce00194bced400f4f8a19;hb=29c5587e4ad81dd1442c5f54cc686a45f7cb9d2e;hp=be5048a1151bff1f1e031aa33c72dba986957c27;hpb=a156c35cc2a16a67a4e2e9ff0d81860d5f55e824;p=jscl.git diff --git a/src/ffi.lisp b/src/ffi.lisp index be5048a..db6a23e 100644 --- a/src/ffi.lisp +++ b/src/ffi.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 ffi.lisp!") + (define-setf-expander oget (object key &rest keys) (let* ((keys (cons key keys)) (g!object (gensym))