r5068: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 7 Jun 2003 22:34:24 +0000 (22:34 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 7 Jun 2003 22:34:24 +0000 (22:34 +0000)
uffi.asd

index 515f52a5788b461d3213f4a99a1ec69d6b4b28d7..53db6644e2f5d9097ba6b70b6965a86154f31ff6 100644 (file)
--- 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"))