From ae11a672814d1f0751b4632e660ccf16e4659fb7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 1 Oct 1991 20:50:27 +0000 Subject: [PATCH] Eliminate explicit load of CREF utility. --- v7/src/rcs/rcs.sf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/v7/src/rcs/rcs.sf b/v7/src/rcs/rcs.sf index cff8d0f44..b44676a1d 100644 --- a/v7/src/rcs/rcs.sf +++ b/v7/src/rcs/rcs.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.2 1991/01/19 04:21:33 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.3 1991/10/01 20:50:27 cph Exp $ -Copyright (c) 1988, 1989, 1991 Massachusetts Institute of Technology +Copyright (c) 1988-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -35,10 +35,6 @@ MIT in each case. |# (fluid-let ((sf/default-syntax-table system-global-syntax-table)) (sf-directory ".")) -;; Guarantee that the package modeller is loaded. -(if (not (name->package '(CROSS-REFERENCE))) - (with-working-directory-pathname "/scheme/cref" (lambda () (load "make")))) - -(cref/generate-all "rcs") +(cref/generate-constructors "rcs") (sf "rcs.con" "rcs.bcon") (sf "rcs.ldr" "rcs.bldr") \ No newline at end of file -- 2.25.1