From e41ee8065d399e0fb1d0d851a27aa53ba9015cf2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 9 Mar 2002 21:53:58 +0000 Subject: [PATCH] r1522: *** empty log message *** --- Makefile | 4 ++-- src/{routine.cl => functions.cl} | 2 +- uffi.system | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename src/{routine.cl => functions.cl} (98%) diff --git a/Makefile b/Makefile index fdbd5ad..47318fb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg, M.D. # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.3 2002/03/09 21:19:31 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.4 2002/03/09 21:53:58 kevin Exp $ # # Copyright (c) 2002 by Kevin M. Rosenberg # @@ -41,7 +41,7 @@ realclean: clean docs: @(cd doc; make dist-doc) -VERSION=0.1.2 +VERSION=0.1.3-pre DISTDIR=uffi-${VERSION} DIST_TARBALL=${DISTDIR}.tar.gz DIST_ZIP=${DISTDIR}.zip diff --git a/src/routine.cl b/src/functions.cl similarity index 98% rename from src/routine.cl rename to src/functions.cl index 9dd7aa4..05777f8 100644 --- a/src/routine.cl +++ b/src/functions.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Copyright (c) 2002 Kevin M. Rosenberg ;;;; -;;;; $Id: routine.cl,v 1.2 2002/03/09 21:19:31 kevin Exp $ +;;;; $Id: functions.cl,v 1.1 2002/03/09 21:53:58 kevin Exp $ ;;;; ;;;; This file is part of the UFFI. ;;;; 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"))) ) -- 2.34.1