From: Chris Hanson Date: Wed, 25 Mar 1992 21:44:49 +0000 (+0000) Subject: Don't generate full CREF. X-Git-Tag: 20090517-FFI~9571 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e60bb415f85c1e6ed40ae665111b3288ff6f871d;p=mit-scheme.git Don't generate full CREF. --- diff --git a/v7/src/6001/6001.sf b/v7/src/6001/6001.sf index b6fd1a891..08f69b0e2 100644 --- a/v7/src/6001/6001.sf +++ b/v7/src/6001/6001.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.sf,v 1.3 1991/08/23 02:04:17 arthur Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.sf,v 1.4 1992/03/25 21:44:49 cph Exp $ -Copyright (c) 1991 Massachusetts Institute of Technology +Copyright (c) 1991-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -43,6 +43,6 @@ MIT in each case. |# (lambda () (load "make")))) -(cref/generate-all "6001") +(cref/generate-constructors "6001") (sf "6001.con") (sf "6001.ldr") \ No newline at end of file