From: Chris Hanson Date: Fri, 1 Mar 1991 01:01:59 +0000 (+0000) Subject: Use `cref/generate-constructors' instead of `cref/generate-all'. X-Git-Tag: 20090517-FFI~10894 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2085243bb51efac47cce35634803fefc0000da38;p=mit-scheme.git Use `cref/generate-constructors' instead of `cref/generate-all'. --- diff --git a/v7/src/runtime/runtime.sf b/v7/src/runtime/runtime.sf index 2ca480ede..f0a240492 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.5 1990/01/10 13:13:45 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.sf,v 14.6 1991/03/01 01:01:59 cph Exp $ -Copyright (c) 1988, 1989, 1990 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 @@ -39,6 +39,6 @@ MIT in each case. |# (if (not (name->package '(CROSS-REFERENCE))) (with-working-directory-pathname "../cref" (lambda () (load "make")))) -(cref/generate-all "runtim") +(cref/generate-constructors "runtim") (sf "runtim.con" "runtim.bcon") (sf "runtim.ldr" "runtim.bldr") \ No newline at end of file