summaryrefslogtreecommitdiff
path: root/Src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/parse.c')
-rw-r--r--Src/parse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/parse.c b/Src/parse.c
index 859f4d0fc..2b7e003fc 100644
--- a/Src/parse.c
+++ b/Src/parse.c
@@ -1935,6 +1935,8 @@ par_simple(int *cmplx, int nr)
if (*ptr == Outbrace && ptr > tokstr + 1)
{
+ /* Should we allow namespace FDs, {.foo.bar}>&file ? *
+ * If so, change IIDENT to INAMESPACE here */
if (itype_end(tokstr+1, IIDENT, 0) >= ptr)
{
char *toksave = tokstr;