r8819: update package name
[clsql.git] / sql / loop-extension.lisp
index d19dfb65ac080ce77815743c45db13b803e6d880..c3a2b9f2e930f37be93d1cce60f903d369321955 100644 (file)
@@ -2,23 +2,23 @@
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
-;;;; Name:          loop-extension.cl
+;;;; Name:          loop-extension.lisp
 ;;;; Purpose:       Extensions to the Loop macro for CMUCL
 ;;;; Programmer:    Pierre R. Mai
 ;;;;
 ;;;; Copyright (c) 1999-2001 Pierre R. Mai
 ;;;;
-;;;; $Id: loop-extension.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; The functions in this file were orignally distributed in the
 ;;;; MaiSQL package in the file sql/sql.cl
 ;;;; *************************************************************************
 
-(in-package :cl-user)
+(in-package #:cl-user)
 
 ;;;; MIT-LOOP extension
 
-#+cmu
+#+(or cmu scl)
 (defun loop-record-iteration-path (variable data-type prep-phrases)
   (let ((in-phrase nil)
        (from-phrase nil))
@@ -90,7 +90,7 @@
           (not (database-store-next-row ,result-set-var ,db-var ,variable))
           ()))))))
 
-#+cmu
+#+(or cmu scl)
 (ansi-loop::add-loop-path '(record records tuple tuples)
                          'loop-record-iteration-path
                          ansi-loop::*loop-ansi-universe*