r1720: *** empty log message ***
[uffi.git] / tests / getenv.cl
index 1241117c552f364c57cde0f7d050d1f965d14865..c2fb1bd3b951f3610bc93d0ac84107f335f45e88 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: getenv.cl,v 1.7 2002/03/14 21:03:12 kevin Exp $
+;;;; $Id: getenv.cl,v 1.8 2002/04/02 21:29:45 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -29,7 +29,7 @@
   (uffi:with-cstring (key-native key)
     (uffi:convert-from-cstring (c-getenv key-native))))
     
-#+test-uffi
+#+examples-uffi
 (progn
   (flet ((print-results (str)
           (format t "~&(getenv ~S) => ~S" str (my-getenv str))))