X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Freadmacros-mcl.lisp;h=561bf550d12ad93ac72cbbdff640f7eecb5bae01;hb=fd03f207e4c7e4bb1591e4902e31f9f032cffde6;hp=3bf8f4619ede69ed8b79546cac53118617ecc99d;hpb=3ade95bab16abe09642554e9cbf56f117f01e507;p=uffi.git diff --git a/src/readmacros-mcl.lisp b/src/readmacros-mcl.lisp index 3bf8f46..561bf55 100644 --- a/src/readmacros-mcl.lisp +++ b/src/readmacros-mcl.lisp @@ -17,11 +17,11 @@ ;; trap macros don't work right directly in the macros -#+(and mcl (not openmcl)) +#+digitool (defun new-ptr (size) (#_NewPtr size)) -#+(and mcl (not openmcl)) +#+digitool (defun dispose-ptr (ptr) (#_DisposePtr ptr))