summaryrefslogtreecommitdiff
path: root/colm/lmparse.kh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-23 09:42:56 -0500
committerAdrian Thurston <thurston@complang.org>2013-02-23 09:42:56 -0500
commite05748a53520a7feb110934a8d0fd2303b0e97de (patch)
tree45f8b2ed382649c251b481ac2dd788de21b5ea81 /colm/lmparse.kh
parent666ed6d54171b326ed65f3a6ad1bedab12e0db4c (diff)
downloadcolm-e05748a53520a7feb110934a8d0fd2303b0e97de.tar.gz
added a function to the context stack for retreiving the top
Diffstat (limited to 'colm/lmparse.kh')
-rw-r--r--colm/lmparse.kh2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/lmparse.kh b/colm/lmparse.kh
index 14ff9960..116bd911 100644
--- a/colm/lmparse.kh
+++ b/colm/lmparse.kh
@@ -84,7 +84,7 @@ struct ColmParser
RegionSetVect regionStack;
NamespaceVect namespaceStack;
- ContextVect contextStack;
+ ContextStack contextStack;
String curDefineId;
ObjectDef *curObjectDef;