From e60bb415f85c1e6ed40ae665111b3288ff6f871d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 25 Mar 1992 21:44:49 +0000 Subject: [PATCH] Don't generate full CREF. --- v7/src/6001/6001.sf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1