From b671ce2b6db990339bd6bbbd0694e00945dd55b3 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sun, 3 May 2015 12:24:51 -0400 Subject: added inUnwind to the iterators --- src/parsetree.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/parsetree.cc') 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: -- cgit v1.2.1