aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index 05e87331..8c127081 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -2393,7 +2393,7 @@ makeCategoryForm(c,e) ==
mustInstantiate: %Form -> %Thing
mustInstantiate D ==
D is [fn,:.] and
- not (symbolMember?(fn,$DummyFunctorNames) or GET(fn,"makeFunctionList"))
+ not (symbolMember?(fn,$DummyFunctorNames) or property(fn,"makeFunctionList"))
wrapDomainSub: (%List %Form, %Form) -> %Form
wrapDomainSub(parameters,x) ==