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.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/modemap.boot b/src/interp/modemap.boot
index e58b315e..cd69da0f 100644
--- a/src/interp/modemap.boot
+++ b/src/interp/modemap.boot
@@ -543,9 +543,9 @@ knownInfo pred ==
pred is ["SIGNATURE",name,op,sig,:.] =>
v:= get(op,"modemap",$e)
for w in v repeat
- ww:= CDAR w --the actual signature part
+ ww := w.mmSignature --the actual signature part
ww = sig =>
- CAADR w = true => return true
+ w.mmCondition = true => return true
false
--error '"knownInfo"
false