From: Chris Hanson Date: Thu, 3 Aug 1989 23:27:46 +0000 (+0000) Subject: Don't generate "cref.cref" by default. X-Git-Tag: 20090517-FFI~11884 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5d596ec65d59b866fb7149832d720a424727338f;p=mit-scheme.git Don't generate "cref.cref" by default. --- 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