aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cattable.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cattable.boot')
-rw-r--r--src/interp/cattable.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/cattable.boot b/src/interp/cattable.boot
index 4cd1d444..c56c9c17 100644
--- a/src/interp/cattable.boot
+++ b/src/interp/cattable.boot
@@ -66,7 +66,7 @@ genCategoryTable() ==
-- $nonLisplibDomains, $noCategoryDomains are set in BUILDOM BOOT
specialDs := setDifference($nonLisplibDomains,$noCategoryDomains)
domainTable:= [:[addDomainToTable(id, getConstrCat eval([id]).3)
- for id in specialDs], :domainTable]
+ for id in specialDs | id ~= 'Cross], :domainTable]
for [id,:entry] in domainTable repeat
for [a,:b] in encodeCategoryAlist(id,entry) repeat
tableValue(_*HASCATEGORY_-HASH_*,[id,:a]) := b