aboutsummaryrefslogtreecommitdiff
path: root/src/interp/posit.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/posit.boot')
-rw-r--r--src/interp/posit.boot2
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