From f41656e58e060ec0ff869e6e8c41dfb2df8e27a2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 16 Mar 2000 17:25:38 +0000 Subject: [PATCH] Add expansions for FLO:<= and FLO:>=. --- v7/src/sf/make.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/sf/make.scm b/v7/src/sf/make.scm index d35677584..7089716bf 100644 --- a/v7/src/sf/make.scm +++ b/v7/src/sf/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.34 1999/01/03 05:20:33 cph Exp $ +$Id: make.scm,v 4.35 2000/03/16 17:25:38 cph Exp $ -Copyright (c) 1988-1999 Massachusetts Institute of Technology +Copyright (c) 1988-2000 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,4 +34,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (package/system-loader "sf" '() 'QUERY))) ((package/reference (find-package '(SCODE-OPTIMIZER)) 'USUAL-INTEGRATIONS/CACHE!)))) -(add-identification! "SF" 4 34) \ No newline at end of file +(add-system-identification! "SF" '(4 35)) \ No newline at end of file -- 2.25.1