diff options
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r-- | src/interp/compiler.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot index 78cc6188..45b8300d 100644 --- a/src/interp/compiler.boot +++ b/src/interp/compiler.boot @@ -301,7 +301,7 @@ compWithMappingMode(x,m is ["Mapping",m',:sl],oldE) == not IDENTP u => free MEMQ(u,bound) => free v:=ASSQ(u,free) => - RPLACD(v,1 + rest v) + v.rest := 1 + rest v free null getmode(u,e) => free [[u,:1],:free] |