#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/rcs.pkg,v 1.2 1991/01/19 04:21:25 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/rcs.pkg,v 1.3 1991/10/10 01:27:03 cph Exp $
-Copyright (c) 1988, 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
;;;; RCS Packaging
-(global-definitions "/scheme/runtime/runtim")
+(global-definitions "SCM/runtime/runtim")
(define-package (rcs)
(files "object")
#| -*-Scheme-*-
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.4 1991/10/10 01:27:41 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
(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 "SCM/cref" (lambda () (load "make"))))
+
(cref/generate-constructors "rcs")
(sf "rcs.con" "rcs.bcon")
(sf "rcs.ldr" "rcs.bldr")
\ No newline at end of file