X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Freadmacros-mcl.lisp;h=561bf550d12ad93ac72cbbdff640f7eecb5bae01;hb=6ab554f2441048c9c726104d4f3c6a6acccaf383;hp=4eeffb21d9be7b173a682ecea9a586f9fd6d7062;hpb=51a8e53201f8883fbd093fe45936d98128a8a5fe;p=uffi.git diff --git a/src/readmacros-mcl.lisp b/src/readmacros-mcl.lisp index 4eeffb2..561bf55 100644 --- a/src/readmacros-mcl.lisp +++ b/src/readmacros-mcl.lisp @@ -7,24 +7,21 @@ ;;;; Programmer: Kevin M. Rosenberg/John Desoi ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: readmacros-mcl.lisp,v 1.4 2003/06/06 21:59:18 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; -;;;; UFFI users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* (in-package #:uffi) ;; 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))