diff options
Diffstat (limited to 'src/interp/g-cndata.boot')
-rw-r--r-- | src/interp/g-cndata.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-cndata.boot b/src/interp/g-cndata.boot index d6a4ce66..2b1a05c3 100644 --- a/src/interp/g-cndata.boot +++ b/src/interp/g-cndata.boot @@ -172,7 +172,7 @@ isNameOfType x == $doNotAddEmptyModeIfTrue:local:= true (val := get(x,'value,$InteractiveFrame)) and (domain := objMode val) and - domain in '((Mode) (Domain) (SubDomain (Domain))) => true + domain in $LangSupportTypes => true y := opOf unabbrev x constructor? y |