mktables: Don't test suppressed table validity
authorKarl Williamson <public@khwilliamson.com>
Mon, 26 Dec 2011 18:10:28 +0000 (11:10 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 30 Dec 2011 04:11:48 +0000 (21:11 -0700)
This omits the test for should a table be full for suppressed tables.
Other actions in the code may or may not bypass filling them, knowing
they are suppressed.

lib/unicore/mktables

index eb59c96..9289bee 100644 (file)
@@ -14801,6 +14801,9 @@ sub write_all_tables() {
 
             # Some tables should match everything
             my $expected_full =
+                ($table->fate == $SUPPRESSED)
+                ? 0
+                :
                 ($is_property)
                 ? # All these types of map tables will be full because
                   # they will have been populated with defaults