Don't generate "cref.cref" by default.
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 23:27:46 +0000 (23:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 23:27:46 +0000 (23:27 +0000)
v7/src/cref/cref.sf

index e5b86a91054bbac0c740c739134ff739a5aeea9f..f08f63f2664e0855661b0a50217151247651cb42 100644 (file)
@@ -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