aboutsummaryrefslogtreecommitdiff
path: root/src/interp/buildom.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-08 06:12:23 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-08 06:12:23 +0000
commit777de75052c863d618cb03e083bad5f050f5e6f3 (patch)
treec45876162322c034b0f5883be23adfdd6a73eb41 /src/interp/buildom.boot
parentfa9902f78dd3cdcd50e25f2e902508c8777a6fa9 (diff)
downloadopen-axiom-777de75052c863d618cb03e083bad5f050f5e6f3.tar.gz
* boot/translator.boot (bpOutItem): Handle namespace declaration.
Update all boot files to use `namespace' instead of `)package'. * interp/: Likewise.
Diffstat (limited to 'src/interp/buildom.boot')
-rw-r--r--src/interp/buildom.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/buildom.boot b/src/interp/buildom.boot
index f3daabca..6d94cc4c 100644
--- a/src/interp/buildom.boot
+++ b/src/interp/buildom.boot
@@ -41,7 +41,7 @@
-- GDR, March 2008.
import sys_-macros
-)package "BOOT"
+namespace BOOT
$noCategoryDomains == '(Mode SubDomain)
$nonLisplibDomains == APPEND($Primitives,$noCategoryDomains)