diff options
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r-- | src/interp/nruncomp.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot index eb7dfb57..f12dd29e 100644 --- a/src/interp/nruncomp.boot +++ b/src/interp/nruncomp.boot @@ -194,7 +194,7 @@ optDeltaEntry(op,sig,dc,kind,e) == ++ slot number in the template vector. $onlyAbstractSlot := false -genDeltaEntry(op,mm,e) == +genDeltaEntry(db,op,mm,e) == if mm.mmDC is 'Rep then mm := substitute(getRepresentation e,'Rep,mm) else if (x := get('$,'%dc,e)) and x = mm.mmDC then |