base: New macro for parsing function bodies.
[lisp] / collect.lisp
index caa691a..813707e 100644 (file)
 ;;; along with this program; if not, write to the Free Software Foundation,
 ;;; Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-(defpackage #:mdw.collect
+(defpackage #:collect
   (:use #:common-lisp #:mdw.base)
   (:export #:collecting #:with-collection #:collect))
-(in-package mdw.collect)
+(in-package collect)
 
 (eval-when (:compile-toplevel :load-toplevel)
   (defvar *collecting-anon-list-name* (gensym)