extra declarations to be used in addition to those inside each file.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/make.scm,v 4.7 1988/12/13 13:11:32 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/make.scm,v 4.8 1989/06/09 16:56:28 cph Rel $
-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
(package/system-loader "sf" '() 'QUERY)
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))
-(add-system! (make-system "SF" 4 7 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 8 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/sf.pkg,v 4.4 1989/05/08 23:04:02 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/sf.pkg,v 4.5 1989/06/09 16:56:32 cph Rel $
Copyright (c) 1987 Massachusetts Institute of Technology
(export ()
sf
sf/add-file-declarations!
+ sf/default-declarations
sf/default-syntax-table
sf/pathname-defaulting
sf/set-default-syntax-table!
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/toplev.scm,v 4.3 1988/10/30 14:27:50 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/sf/toplev.scm,v 4.4 1989/06/09 16:56:35 cph Rel $
Copyright (c) 1988 Massachusetts Institute of Technology
(pathname-map/lookup file-info/declarations
pathname
identity-procedure
- (lambda () '())))
+ (lambda () sf/default-declarations)))
(define (pathname/normalize pathname)
(pathname-default-type (pathname->absolute-pathname (->pathname pathname))
(define sf/default-syntax-table
false)
+(define sf/default-declarations
+ '())
+
(define sf/top-level-definitions
'())
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/sf/make.scm,v 4.7 1988/12/13 13:11:32 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/sf/make.scm,v 4.8 1989/06/09 16:56:28 cph Rel $
-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
(package/system-loader "sf" '() 'QUERY)
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))
-(add-system! (make-system "SF" 4 7 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 8 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/sf/toplev.scm,v 4.3 1988/10/30 14:27:50 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/sf/toplev.scm,v 4.4 1989/06/09 16:56:35 cph Rel $
Copyright (c) 1988 Massachusetts Institute of Technology
(pathname-map/lookup file-info/declarations
pathname
identity-procedure
- (lambda () '())))
+ (lambda () sf/default-declarations)))
(define (pathname/normalize pathname)
(pathname-default-type (pathname->absolute-pathname (->pathname pathname))
(define sf/default-syntax-table
false)
+(define sf/default-declarations
+ '())
+
(define sf/top-level-definitions
'())