From 5c7fc79609933c1fbfcd629d9df0ce72563bd573 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 27 Aug 2009 17:07:43 +0000 Subject: * boot/tokens.boot: "namespace" is now a keyword. * boot/ast.boot (%Ast): Add %Namespace branch. * boot/parser.boot (bpNamespace): New. (bpComma): Adjust. --- src/boot/strap/translator.clisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/strap/translator.clisp') 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|)) -- cgit v1.2.3