aboutsummaryrefslogtreecommitdiff
path: root/src/boot/parser.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r--src/boot/parser.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot
index 35608364..8c67c7c6 100644
--- a/src/boot/parser.boot
+++ b/src/boot/parser.boot
@@ -895,6 +895,7 @@ bpStoreName()==
bpDef() ==
bpName() and bpStoreName() and bpDefTail function %Definition
+ or bpNamespace() and bpSimpleDefinitionTail()
bpDDef() == bpName() and bpDefTail function %Definition
@@ -946,8 +947,7 @@ bpPDefinitionItems()==
bpParenthesized function bpSemiColonDefinition
bpComma()==
- bpModule() or bpImport() or bpNamespace() or
- bpTuple function bpWhere
+ bpModule() or bpImport() or bpTuple function bpWhere
bpTuple(p) ==
bpListofFun(p,function bpCommaBackSet,function bfTuple)