#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.sf,v 1.8 1989/07/25 13:05:50 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.sf,v 1.9 1989/08/03 23:43:05 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
((access syntax-files! (->environment '(COMPILER))))
;; Rebuild the package constructors and cref.
-(cref/generate-all "comp")(sf "comp.con" "comp.bcon")
+(cref/generate-constructors "comp")
+(sf "comp.con" "comp.bcon")
(sf "comp.ldr" "comp.bldr")
\ No newline at end of file
(in-package (->environment '(CROSS-REFERENCE))
((generate/common
(lambda (pathname pmodel)
- (write-cref pathname pmodel) (write-globals pathname pmodel)
+ (write-globals pathname pmodel)
(write-constructor pathname pmodel)))
"edwin"))
(sf "edwin.con" "edwin.bcon")
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/sf.sf,v 4.3 1988/10/29 00:07:01 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/sf.sf,v 4.4 1989/08/03 23:39:59 cph Exp $
-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
(if (not (name->package '(CROSS-REFERENCE)))
(with-working-directory-pathname "../cref" (lambda () (load "make"))))
-(cref/generate-all "sf")(sf "sf.con" "sf.bcon")
+(cref/generate-constructors "sf")
+(sf "sf.con" "sf.bcon")
(sf "sf.ldr" "sf.bldr")
\ No newline at end of file