compiler:compile-by-procedure? was added.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/fggen/canon.scm,v 1.6 1989/08/21 19:33:57 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/fggen/canon.scm,v 1.7 1989/09/13 20:44:17 jinx Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
(ucode-primitive SCODE-EVAL)
(list (let ((nexp
(scode/make-directive
+ (scode/make-quotation exp)
'(COMPILE)
- (scode/make-quotation exp) original-expression)))
+ original-expression)))
(if arbitrary?
(scode/make-combination
(scode/make-absolute-reference 'COPY-PROGRAM)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/fggen/fggen.scm,v 4.19 1989/08/21 19:34:01 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/fggen/fggen.scm,v 4.20 1989/09/13 20:44:32 jinx Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
(if (not (scode/quotation? expression))
(error "Bad compile directive" comment))
(continue/rvalue-constant block continuation
- (make-constant
- (compile-recursively
- (scode/quotation-expression expression false))))) ((COMPILE-PROCEDURE)
+ (make-constant
+ (compile-recursively
+ (scode/quotation-expression expression)
+ false))))
+ ((COMPILE-PROCEDURE)
(if (not (scode/lambda? expression))
(error "Bad compile-procedure directive" comment))
(continue/rvalue-constant block continuation
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.50 1989/08/28 18:34:09 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.51 1989/09/13 20:44:01 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 50 '()))
\ No newline at end of file
+(add-system! (make-system "Liar (Motorola MC68020)" 4 51 '()))
\ No newline at end of file