about summary refs log tree commit diff stats
path: root/035lookup.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-09 11:03:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-09 12:06:04 -0700
commit97a418438d79fed91e8564bea64e31c670e994b2 (patch)
tree0af8bf18c82fda19bda9ebb82346c9e3a7493887 /035lookup.cc
parentf9d069b53ca8733753346262ab10a4ac05d28db2 (diff)
downloadmu-97a418438d79fed91e8564bea64e31c670e994b2.tar.gz
3307
Diffstat (limited to '035lookup.cc')
-rw-r--r--035lookup.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/035lookup.cc b/035lookup.cc
index 54dee6e3..91314aee 100644
--- a/035lookup.cc
+++ b/035lookup.cc
@@ -151,6 +151,8 @@ if (!canonize_type(rcopy)) return;
 
 :(before "Compute Container Size(element)")
 assert(!has_property(element, "lookup"));
+:(before "Compute Exclusive Container Size(element)")
+assert(!has_property(element, "lookup"));
 
 :(code)
 bool canonize_type(reagent& r) {