aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/translator.boot')
-rw-r--r--src/boot/translator.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot
index fe02528e..15a0bcf2 100644
--- a/src/boot/translator.boot
+++ b/src/boot/translator.boot
@@ -447,7 +447,7 @@ translateToplevel(b,export?) ==
$InteractiveMode => [["SETF",lhs,rhs]]
[maybeExportDecl(["DEFPARAMETER",lhs,rhs],export?)]
- namespace(n) =>
+ %Namespace n =>
$activeNamespace := STRING n
[["IN-PACKAGE",STRING n]]