declaration processor. This is used to force defaults, and may also
be fluid bound to provide special defaults.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/switch.scm,v 4.8 1988/11/01 04:48:53 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/switch.scm,v 4.9 1988/11/02 21:52:31 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
(define compiler:package-optimization-level
;; Possible values: NONE LOW HYBRID HIGH
- 'HYBRID)
\ No newline at end of file
+ 'HYBRID)
+
+(define compiler:default-top-level-declarations
+ '((UUO-LINK ALL)))
\ No newline at end of file