aboutsummaryrefslogtreecommitdiff
path: root/src/boot/strap/translator.clisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-08-27 17:07:43 +0000
committerdos-reis <gdr@axiomatics.org>2009-08-27 17:07:43 +0000
commit5c7fc79609933c1fbfcd629d9df0ce72563bd573 (patch)
tree3271649d468551e42e001055a9d5afef73fa0ad5 /src/boot/strap/translator.clisp
parent890b86902428f4cc2329f0b09fc293e78189605d (diff)
downloadopen-axiom-5c7fc79609933c1fbfcd629d9df0ce72563bd573.tar.gz
* boot/tokens.boot: "namespace" is now a keyword.
* boot/ast.boot (%Ast): Add %Namespace branch. * boot/parser.boot (bpNamespace): New. (bpComma): Adjust.
Diffstat (limited to 'src/boot/strap/translator.clisp')
-rw-r--r--src/boot/strap/translator.clisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/strap/translator.clisp b/src/boot/strap/translator.clisp
index 41158639..593ad5cb 100644
--- a/src/boot/strap/translator.clisp
+++ b/src/boot/strap/translator.clisp
@@ -723,7 +723,7 @@
(LIST (|maybeExportDecl|
(LIST 'DEFPARAMETER |lhs| |rhs|)
|export?|)))))))
- (|namespace|
+ (|%Namespace|
(LET ((|n| (CAR |bfVar#17|)))
(PROGN
(SETQ |$activeNamespace| (STRING |n|))