diff options
Diffstat (limited to 'src/interp/posit.boot')
-rw-r--r-- | src/interp/posit.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/posit.boot b/src/interp/posit.boot index 974c5bdf..fe155c7c 100644 --- a/src/interp/posit.boot +++ b/src/interp/posit.boot @@ -177,7 +177,7 @@ pfSourcePositions form == pfSourcePositionlist x== if null x then nil - else APPEND(pfSourcePositions first x,pfSourcePositionlist rest x) + else append(pfSourcePositions first x,pfSourcePositionlist rest x) poCharPosn posn == rest posn |