summaryrefslogtreecommitdiff
path: root/src/colm.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-08-09 10:39:31 -0400
committerAdrian Thurston <thurston@complang.org>2015-08-09 10:39:31 -0400
commite54d88ee00461f0dc2aead950a232a721ee4644d (patch)
treee159fba2422ff414cf872cce975f19ca28ff889e /src/colm.lm
parent42314c5f0f87c45f6968c7c8fcfbfb8eae9f8ad6 (diff)
downloadcolm-e54d88ee00461f0dc2aead950a232a721ee4644d.tar.gz
now scoping functions inside the namespaces they are declared in
Diffstat (limited to 'src/colm.lm')
-rw-r--r--src/colm.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colm.lm b/src/colm.lm
index 30a50c31..29c70a8c 100644
--- a/src/colm.lm
+++ b/src/colm.lm
@@ -745,7 +745,7 @@ def string
#
def var_ref
- [qual id]
+ [region_qual qual id]
def qual
[qual id DOT] :Dot