From 5d596ec65d59b866fb7149832d720a424727338f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 3 Aug 1989 23:27:46 +0000 Subject: [PATCH] Don't generate "cref.cref" by default. --- v7/src/cref/cref.sf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/v7/src/cref/cref.sf b/v7/src/cref/cref.sf index e5b86a910..f08f63f26 100644 --- a/v7/src/cref/cref.sf +++ b/v7/src/cref/cref.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/cref.sf,v 1.1 1988/06/13 12:38:37 cph Rel $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/cref.sf,v 1.2 1989/08/03 23:27:46 cph Rel $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988, 1989 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -35,5 +35,6 @@ MIT in each case. |# (sf/set-default-syntax-table! system-global-syntax-table) (sf-conditionally "object") (sf-directory ".") -(cref/generate-all "cref")(sf "cref.con" "cref.bcon") +(cref/generate-constructors "cref") +(sf "cref.con" "cref.bcon") (sf "cref.ldr" "cref.bldr") \ No newline at end of file -- 2.25.1