From 088021903d0a65fe93a8ce0392dfee24146f8dd3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 1 Mar 1991 23:25:15 +0000 Subject: [PATCH] Don't generate full cref by default. --- v7/src/compiler/machines/bobcat/compiler.sf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/compiler.sf b/v7/src/compiler/machines/bobcat/compiler.sf index 222a79938..8f55671b8 100644 --- a/v7/src/compiler/machines/bobcat/compiler.sf +++ b/v7/src/compiler/machines/bobcat/compiler.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.sf,v 1.12 1990/01/18 22:43:26 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.sf,v 1.13 1991/03/01 23:25:15 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 @@ -105,6 +105,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