X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.system;h=020d8c047e00b466235a01dbc6dc71ca7ff1775c;hb=5d0f4d69b681b5dc15ac423442de2596da9e36d9;hp=f5c5ba7f09146e12ec9b3fb68f1064d9a0fd4b39;hpb=192193db6e4fbda90a840474d4aa2e8762597927;p=uffi.git diff --git a/uffi.system b/uffi.system index f5c5ba7..020d8c0 100644 --- a/uffi.system +++ b/uffi.system @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: uffi.system,v 1.1 2002/03/09 19:55:33 kevin Exp $ +;;;; $Id: uffi.system,v 1.2 2002/03/09 21:53:58 kevin Exp $ ;;;; ;;;; This file is part of UFFI. ;;;; @@ -82,7 +82,7 @@ (:file "strings" :depends-on ("immediates")) (:file "objects" :depends-on ("immediates")) (:file "aggregates" :depends-on ("immediates")) - (:file "routine" :depends-on ("immediates")) + (:file "functions" :depends-on ("immediates")) (:file "libraries" :depends-on ("package"))) )