summaryrefslogtreecommitdiff
path: root/src/parsetree.cc
diff options
context:
space:
mode:
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: