From: Chris Hanson Date: Wed, 10 Jan 1990 13:13:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 20090517-FFI~11602 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b20d5ef2f5d7b61301824b0e3b5ac20da700df27;p=mit-scheme.git *** empty log message *** --- diff --git a/v7/src/runtime/runtime.sf b/v7/src/runtime/runtime.sf index cafdc94d0..2ca480ede 100644 --- a/v7/src/runtime/runtime.sf +++ b/v7/src/runtime/runtime.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.4 1989/10/26 06:47:00 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.5 1990/01/10 13:13:45 cph Rel $ -Copyright (c) 1988, 1989 Massachusetts Institute of Technology +Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -39,6 +39,6 @@ MIT in each case. |# (if (not (name->package '(CROSS-REFERENCE))) (with-working-directory-pathname "../cref" (lambda () (load "make")))) -(cref/generate-constructors "runtim") +(cref/generate-all "runtim") (sf "runtim.con" "runtim.bcon") (sf "runtim.ldr" "runtim.bldr") \ No newline at end of file