diff --git a/code/exports.lisp b/code/exports.lisp
index 414c3a379cb950c77523633f4c51a33a5c04f5b4..1c4615a732bab0afca213f741020275708f05cd1 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.101 1994/06/29 21:38:19 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.102 1994/10/04 12:23:34 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -147,6 +147,8 @@
              "KERNEL")
 (use-package '("LISP") "NEW-ASSEM")
 
+(defpackage "ANSI-LOOP")
+
 (defpackage "C-CALL"
             (:export "C-STRING" "CHAR" "DOUBLE" "FLOAT" "INT" "LONG" "SHORT"
              "UNSIGNED-CHAR" "UNSIGNED-INT" "UNSIGNED-LONG" "UNSIGNED-SHORT"