Author: sburson Date: Sat May 26 20:56:40 2007 New Revision: 9
Modified: trunk/fset.asd Log: Fix reference to "gmap" in `fset.asd'.
Modified: trunk/fset.asd ============================================================================== --- trunk/fset.asd (original) +++ trunk/fset.asd Sat May 26 20:56:40 2007 @@ -12,7 +12,7 @@ (asdf:defsystem FSet :depends-on (:gmap) :components - ((:system :gmap) + ((:system :misc-extensions) (:module "Code" :components ((:file "defs" :in-order-to ((compile-op (load-op :gmap))