compile-by-procedures.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.19 1989/08/21 19:32:32 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.20 1989/09/20 16:39:48 jinx Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
(write-to-string (lambda-name scode)))
do-it))
do-it))
- do-it))))) (if output?
+ (lambda ()
+ (fluid-let ((*remote-links* '()))
+ (do-it))))))))
+ (if output?
(begin
(newline)
(write-string *output-prefix*)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/fggen/fggen.scm,v 4.21 1989/09/15 17:05:22 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/fggen/fggen.scm,v 4.22 1989/09/20 16:39:24 jinx Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
(continue/rvalue-constant
block continuation
(make-constant
- ;; This is a temporary kludge to fix a problem with the
- ;; next case.
- (fluid-let ((compiler:compile-by-procedures? false))
- (compile-recursively
- (scode/quotation-expression expression)
- false))))) ((COMPILE-PROCEDURE)
+ (compile-recursively
+ (scode/quotation-expression expression)
+ false))))
+ ((COMPILE-PROCEDURE)
(if (not (scode/lambda? expression))
(error "Bad compile-procedure directive" comment))
(if compiler:compile-by-procedures?
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.52 1989/09/15 17:08:20 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.53 1989/09/20 16:39:03 jinx Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
'((COMPILER MACROS)
(COMPILER DECLARATIONS)))
-(add-system! (make-system "Liar (Motorola MC68020)" 4 52 '()))
\ No newline at end of file
+(add-system! (make-system "Liar (Motorola MC68020)" 4 53 '()))
\ No newline at end of file