summaryrefslogtreecommitdiff
path: root/src/parsetree.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-05-03 12:24:51 -0400
committerAdrian Thurston <thurston@complang.org>2015-05-03 12:24:51 -0400
commitb671ce2b6db990339bd6bbbd0694e00945dd55b3 (patch)
tree836ce7ef8b42802c733c2a8ad3db081e555dc496 /src/parsetree.cc
parentd3e203a7afc9932547f9f6ed054cbfa077c2348f (diff)
downloadcolm-b671ce2b6db990339bd6bbbd0694e00945dd55b3.tar.gz
added inUnwind to the iterators
Diffstat (limited to 'src/parsetree.cc')
-rw-r--r--src/parsetree.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parsetree.cc b/src/parsetree.cc
index 07f8a97f..dfbd8bab 100644
--- a/src/parsetree.cc
+++ b/src/parsetree.cc
@@ -162,6 +162,8 @@ int CmpUniqueType::compare( const UniqueType &ut1, const UniqueType &ut2 )
else if ( ut1.iterDef > ut2.iterDef )
return 1;
break;
+
+ case TYPE_NOTYPE:
case TYPE_NIL:
case TYPE_INT:
case TYPE_BOOL: