Wed Apr 15 10:06:40 UTC 2009 mantoniotti
* Fixed a few snags and added "lib-dependent" module.
hunk ./cl-unification.asd 16
- (:file "apply-substitution")))
+ (:file "apply-substitution")
+ (:module "lib-dependent"
+ :depends-on ("templates-hierarchy" "unifier")
+ :components (
+ #+cl-ppcre
+ (:file "cl-ppcre-template")
+ ))))
hunk ./cl-unification.system 15
- "apply-substitution"))
+ "apply-substitution"
+ (:module "lib-dependent"
+ :depends-on ("templates-hierarchy" "unifier")
+ :components (
+ #+cl-ppcre
+ (:file "cl-ppcre-template")
+ ))
+ ))