#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/make.scm,v 4.20 1991/08/22 18:17:27 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/make.scm,v 4.21 1991/10/01 21:39:07 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
(package/system-loader "sf" '() 'QUERY)
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))
-(add-system! (make-system "SF" 4 20 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 21 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/pardec.scm,v 4.3 1990/06/13 22:19:38 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/pardec.scm,v 4.4 1991/10/01 21:38:26 cph Exp $
-Copyright (c) 1988 Massachusetts Institute of Technology
+Copyright (c) 1988-91 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
'EXPAND
usual-integrations/expansion-names
usual-integrations/expansion-values))))
-
-(define-declaration 'INTEGRATE-PRIMITIVE-PROCEDURES false
- (lambda (block table/cons table specifications)
- (with-values
- (lambda ()
- (let loop ((specifications specifications))
- (if (null? specifications)
- (values '() '())
- (with-values (lambda () (loop (cdr specifications)))
- (lambda (names vals)
- (with-values
- (lambda ()
- (parse-primitive-specification block
- (car specifications)))
- (lambda (name value)
- (values (cons name names) (cons value vals)))))))))
- (lambda (names vals)
- (bind/values table/cons table 'INTEGRATE true names vals)))))
\f
#|
The following are allowed:
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/sf/make.scm,v 4.20 1991/08/22 18:17:27 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/sf/make.scm,v 4.21 1991/10/01 21:39:07 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
(package/system-loader "sf" '() 'QUERY)
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))
-(add-system! (make-system "SF" 4 20 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 21 '()))
\ No newline at end of file