summaryrefslogtreecommitdiff
path: root/colm/parsetree.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-09-02 22:24:21 -0400
committerAdrian Thurston <thurston@complang.org>2012-09-02 22:24:21 -0400
commitc8bb762a52a9363e9eca92c788878fc82a29ed6d (patch)
tree4089dbbb378babcb4c89d76ee66345108375e19f /colm/parsetree.cc
parent2ff300d6fb09c7984a4187a996cdd23480e0ef5e (diff)
downloadcolm-c8bb762a52a9363e9eca92c788878fc82a29ed6d.tar.gz
some cleanup
Diffstat (limited to 'colm/parsetree.cc')
-rw-r--r--colm/parsetree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/parsetree.cc b/colm/parsetree.cc
index 0af983ae..313cc6c9 100644
--- a/colm/parsetree.cc
+++ b/colm/parsetree.cc
@@ -180,7 +180,7 @@ int CmpUniqueParser::compare( const UniqueParser &ut1, const UniqueParser &ut2 )
return 0;
}
-FsmGraph *VarDef::walk( Compiler *pd )
+FsmGraph *LexDefinition::walk( Compiler *pd )
{
/* Recurse on the expression. */
FsmGraph *rtnVal = join->walk( pd );