r1720: *** empty log message ***
[uffi.git] / examples / atoifl.cl
index 3db5a8bee4b2599f91bb065b2d547fd4bce1b9e0..22f597d154e4cf6f26e2eabd36432560836642a0 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: atoifl.cl,v 1.2 2002/03/28 17:11:11 kevin Exp $
+;;;; $Id: atoifl.cl,v 1.3 2002/04/02 21:29:45 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -35,7 +35,7 @@
   (uffi:with-cstring (str-cstring str)
     (c-atoi str-cstring)))
   
-#+test-uffi
+#+examples-uffi
 (progn
   (flet ((print-results (str)
           (format t "~&(atoi ~S) => ~S" str (atoi str))))