X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fobjects.cl;h=a4b4a6ec2ba5a82641f25b5c0e57819a1ccb663e;hb=5d0f4d69b681b5dc15ac423442de2596da9e36d9;hp=6167636a7fb1c57a36f9893215788d0ddb73bdf4;hpb=40314c219af7f3c1117836a66f4028a52704437d;p=uffi.git diff --git a/src/objects.cl b/src/objects.cl index 6167636..a4b4a6e 100644 --- a/src/objects.cl +++ b/src/objects.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: objects.cl,v 1.2 2002/03/10 00:11:47 kevin Exp $ +;;;; $Id: objects.cl,v 1.3 2002/03/10 11:13:07 kevin Exp $ ;;;; ;;;; This file is part of the UFFI. ;;;; @@ -54,10 +54,6 @@ #+cmu `(alien:null-alien ,obj) ) -(def-constant +null-c-string-pointer+ - #+cmu nil - #+allegro 0 - #+lispworks (fli:make-pointer :address 0 :type '(:unsigned :char))) (defmacro make-null-pointer (type) #+(or allegro cmu) (declare (ignore type))