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 7a6f131d..ca7e9b83 100644
--- a/src/parsetree.cc
+++ b/src/parsetree.cc
@@ -123,6 +123,8 @@ int CmpUniqueType::compare( const UniqueType &ut1, const UniqueType &ut2 )
case TYPE_NIL:
case TYPE_INT:
case TYPE_BOOL:
+ case TYPE_LIST_PTRS:
+ case TYPE_MAP_PTRS:
break;
case TYPE_STRUCT: