From 607100300f043d6bf8d6d9917904e743f4f6eb90 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 18 Oct 1991 09:13:08 +0000 Subject: [PATCH] Don't generate full cref by default. --- v7/src/compiler/machines/vax/compiler.sf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/v7/src/compiler/machines/vax/compiler.sf b/v7/src/compiler/machines/vax/compiler.sf index 75fea6c48..3b657672c 100644 --- a/v7/src/compiler/machines/vax/compiler.sf +++ b/v7/src/compiler/machines/vax/compiler.sf @@ -1,9 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.sf,v 1.3 1991/02/15 00:41:12 jinx Exp $ -$MC68020-Header: comp.sf,v 1.12 90/01/18 22:43:26 GMT cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.sf,v 1.4 1991/10/18 09:13:08 cph Exp $ -Copyright (c) 1988, 1989, 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 @@ -109,6 +108,6 @@ MIT in each case. |# ((access syntax-files! (->environment '(COMPILER)))) ;; Rebuild the package constructors and cref. -(cref/generate-all "comp") +(cref/generate-constructors "comp") (sf "comp.con" "comp.bcon") (sf "comp.ldr" "comp.bldr") \ No newline at end of file -- 2.25.1