aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 54000fad..24a3a041 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1035,8 +1035,8 @@ extendsCategoryForm(domain,form,form') ==
assoc(substitute(domain,"$",[op,args]),
substitute(domain,"$",categoryExports formVec))
form' is ["ATTRIBUTE",at] =>
- assoc(at,formVec.2) or
- assoc(substitute(domain,"$",at),substitute(domain,"$",formVec.2))
+ assoc(at,categoryAttributes formVec) or
+ assoc(substitute(domain,"$",at),substitute(domain,"$",categoryAttributes formVec))
form' is ["IF",:.] => true --temporary hack so comp won't fail
-- Are we dealing with an Aldor category? If so use the "has" function ...
# formVec = 1 => newHasTest(form,form')