X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;fp=uffi.asd;h=d48db112581f89d9acd7f4c11b5f0d5f0ee6e5aa;hb=a17713050ecbdd286fa24463cb6e28e280b06ae0;hp=8d7d3f88f44b6bc8f2e20460b0988867e9ff4194;hpb=3dc00d0c4f7d59f610746a053f72fbe9d1a80fab;p=uffi.git diff --git a/uffi.asd b/uffi.asd index 8d7d3f8..d48db11 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.21 2002/11/08 16:51:50 kevin Exp $ +;;;; $Id: uffi.asd,v 1.22 2003/02/19 21:56:22 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,9 +44,5 @@ (:file "functions" :depends-on ("primitives")) (:file "libraries" :depends-on ("package")) (:file "os" :depends-on ("package")))) - #+cormanlisp - (:module :src-corman - :components - ((:file "uffi-corman"))) ))