Change to use ADD-IDENTIFICATION! rather than ADD-SYSTEM!.
authorChris Hanson <org/chris-hanson/cph>
Thu, 12 Feb 1998 04:28:25 +0000 (04:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 12 Feb 1998 04:28:25 +0000 (04:28 +0000)
v7/src/cref/make.scm
v7/src/edwin/make.scm
v7/src/sf/make.scm

index 9e66ed5becfcdd9f61936c97beb273b166cc8125..d37b83d7fedb721f63186942ff3eafbef199f48d 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.15 1996/04/23 21:17:01 cph Exp $
+$Id: make.scm,v 1.16 1998/02/12 04:27:50 cph Exp $
 
-Copyright (c) 1988-96 Massachusetts Institute of Technology
+Copyright (c) 1988-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -46,4 +46,4 @@ MIT in each case. |#
      (lambda ()
        (load-option 'RB-TREE)
        (package/system-loader "cref" '() false)))))
-(add-system! (make-system "CREF" 1 15 '()))
\ No newline at end of file
+(add-identification! "CREF" 1 16)
\ No newline at end of file
index 1190db7cfe784658a6c7cf9d3258186eebde7d93..a280973d9755bdcd83085679629bf9252e175e14 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.92 1997/10/22 05:11:11 cph Exp $
+$Id: make.scm,v 3.93 1998/02/12 04:28:25 cph Exp $
 
-Copyright (c) 1989-96 Massachusetts Institute of Technology
+Copyright (c) 1989-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -58,4 +58,4 @@ MIT in each case. |#
                                     ((UNIX) "edwinunx")
                                     (else "edwinunk"))))))
        'QUERY)))))
-(add-system! (make-system "Edwin" 3 92 '()))
\ No newline at end of file
+(add-identification! "Edwin" 3 93)
\ No newline at end of file
index 2a0bf98be28b8e12cb7a54b4539c4fc8dd5c1a7d..749b2c184b682dc9b0339d141065485fc67a3669 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 4.31 1995/01/06 18:36:17 cph Exp $
+$Id: make.scm,v 4.32 1998/02/12 04:27:00 cph Exp $
 
-Copyright (c) 1988-95 Massachusetts Institute of Technology
+Copyright (c) 1988-98 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -47,4 +47,4 @@ MIT in each case. |#
        (package/system-loader "sf" '() 'QUERY)))
     ((package/reference (find-package '(SCODE-OPTIMIZER))
                        'USUAL-INTEGRATIONS/CACHE!))))
-(add-system! (make-system "SF" 4 31 '()))
\ No newline at end of file
+(add-identification! "SF" 4 32)
\ No newline at end of file