aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-12 19:35:37 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-12 19:35:37 +0000
commit51828facc9bb3dd130b723cb49b1b5eff04231dd (patch)
treee94c75ed0938b260a8f7fa0ea0de4b0a031acecd /src/interp/nruncomp.boot
parentf1c5b36d7eeb93b28a346101142e80d8035b072b (diff)
downloadopen-axiom-51828facc9bb3dd130b723cb49b1b5eff04231dd.tar.gz
Fix codegen for pattern matching strings
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index a3427d0f..92ccc0f7 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -657,7 +657,7 @@ deepChaseInferences(pred,$e) ==
vectorLocation(op,sig) ==
u := or/[i for i in 1.. for u in $NRTdeltaList
- | u is [=op,[='$,: xsig],:.] and sig=NRTsubstDelta(xsig) ]
+ | u is [=op,['$,: xsig],:.] and sig=NRTsubstDelta(xsig) ]
u => $NRTdeltaLength - u + $NRTbase
nil -- this signals that calls should be forwarded