summaryrefslogtreecommitdiff
path: root/src/parsetree.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-06-13 12:11:23 -0400
committerAdrian Thurston <thurston@complang.org>2015-06-13 12:11:23 -0400
commit324f1fc08d2876f8084f226a54bb06e0e817a791 (patch)
tree51d7ee213f446b8aa4531192aca3cf66f84a4aa8 /src/parsetree.cc
parent61989e6087d38923b132d80892375d78f68e8c13 (diff)
downloadcolm-324f1fc08d2876f8084f226a54bb06e0e817a791.tar.gz
cleanup and simplification, generic elements and various
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: