X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fstrtol.cl;h=57d2b45b37166bd207d8e6a2223aed439e479e1b;hb=63b0648b562bc5a8db5ef013804b1ff4e5c52314;hp=518eb2909fa102b95ef93f48a3e7136199d98bd3;hpb=0e2874cd053926b5687403d7a824f8eea28f847b;p=uffi.git diff --git a/tests/strtol.cl b/tests/strtol.cl index 518eb29..57d2b45 100644 --- a/tests/strtol.cl +++ b/tests/strtol.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: strtol.cl,v 1.6 2002/03/10 11:13:07 kevin Exp $ +;;;; $Id: strtol.cl,v 1.7 2002/03/11 18:00:57 kevin Exp $ ;;;; ;;;; This file is part of UFFI. ;;;; @@ -29,7 +29,7 @@ (in-package :cl-user) -(uffi:def-type char-ptr (* :char)) +(uffi:def-foreign-type char-ptr (* :char)) ;; This example does not use :cstring to pass the input string since ;; the routine needs to do pointer arithmetic to see how many characters