Add definition of `compiler:default-top-level-declarations', used by
authorChris Hanson <org/chris-hanson/cph>
Wed, 2 Nov 1988 21:52:31 +0000 (21:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 2 Nov 1988 21:52:31 +0000 (21:52 +0000)
declaration processor.  This is used to force defaults, and may also
be fluid bound to provide special defaults.

v7/src/compiler/base/switch.scm

index 5ccd103188e855ec79323e62d663bdd5302d278c..555e5dd8205b52cda20c3f530ecf9411a41052cd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-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
 
@@ -56,4 +56,7 @@ MIT in each case. |#
 
 (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