aboutsummaryrefslogtreecommitdiff
path: root/src/interp/modemap.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/modemap.boot')
-rw-r--r--src/interp/modemap.boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/modemap.boot b/src/interp/modemap.boot
index 7dc30283..1cdfdd2c 100644
--- a/src/interp/modemap.boot
+++ b/src/interp/modemap.boot
@@ -56,6 +56,9 @@ addDomain(domain,e) ==
addNewDomain(domain,e)
-- constructor? test needed for domains compiled with $bootStrapMode=true
isFunctor name or constructor? name => addNewDomain(domain,e)
+ -- ??? we should probably augment $DummyFunctorNames with CATEGORY
+ -- ??? so that we don't have to do this special check here. Investigate.
+ isQuasiquote domain => e
if not isCategoryForm(domain,e) and
not member(name,'(Mapping CATEGORY)) then
unknownTypeError name