From 324f1fc08d2876f8084f226a54bb06e0e817a791 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Sat, 13 Jun 2015 12:11:23 -0400 Subject: cleanup and simplification, generic elements and various --- 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 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: -- cgit v1.2.1