From: Kevin M. Rosenberg Date: Sat, 7 Jun 2003 22:34:24 +0000 (+0000) Subject: r5068: *** empty log message *** X-Git-Tag: v1.6.1~207 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=7774f17068a9e15bfbc1294f140e0ca1218d5f02 r5068: *** empty log message *** --- diff --git a/uffi.asd b/uffi.asd index 515f52a..53db664 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.25 2003/06/06 21:59:18 kevin Exp $ +;;;; $Id: uffi.asd,v 1.26 2003/06/07 22:34:24 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -35,7 +35,7 @@ ((:file "package") (:file "primitives" :depends-on ("package")) #+mcl (:file "readmacros-mcl" :depends-on ("package")) - (:file "strings" :depends-on ("primitives")) + (:file "strings" :depends-on ("primitives" "functions" "aggregates")) (:file "objects" :depends-on ("primitives")) (:file "aggregates" :depends-on ("primitives")) (:file "functions" :depends-on ("primitives"))