#| -*-Scheme-*-
-$Id: compiler.sf,v 1.2 1994/12/06 17:44:22 adams Exp $
+$Id: compiler.sf,v 1.3 1995/01/07 00:29:42 cph Exp $
-Copyright (c) 1988-1994 Massachusetts Institute of Technology
+Copyright (c) 1988-95 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 '(COMPILER)))
(begin
;; If there is no existing package constructor, generate one.
- (if (not (file-exists? "compiler.bcon"))
+ (if (not (file-exists? "compiler.bco"))
(begin
((access cref/generate-trivial-constructor
(->environment '(CROSS-REFERENCE)))
"compiler")
- (sf "compiler.con" "compiler.bcon")))
- (load "compiler.bcon")))
+ (sf "compiler.con")))
+ (load "compiler.bco")))
;; Guarantee that the necessary syntactic transforms and optimizers
;; are loaded.
;; Rebuild the package constructors and cref.
(cref/generate-constructors "compiler")
-(sf "compiler.con" "compiler.bcon")
-(sf "compiler.ldr" "compiler.bldr")
\ No newline at end of file
+(sf "compiler.con")
+(sf "compiler.ldr")
\ No newline at end of file