From 777de75052c863d618cb03e083bad5f050f5e6f3 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 8 May 2008 06:12:23 +0000 Subject: * boot/translator.boot (bpOutItem): Handle namespace declaration. Update all boot files to use `namespace' instead of `)package'. * interp/: Likewise. --- src/interp/compiler.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/compiler.boot') diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot index e0530427..e134eb22 100644 --- a/src/interp/compiler.boot +++ b/src/interp/compiler.boot @@ -37,7 +37,7 @@ import pathname import modemap import define import iterator -)package "BOOT" +namespace BOOT ++ A list of routines for diagnostic reports. These functions, in an ++ abstract sense, have type: forall T: Type . String -> T, so they -- cgit v1.2.3