aboutsummaryrefslogtreecommitdiff
path: root/src/interp/pf2sex.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/pf2sex.boot')
-rw-r--r--src/interp/pf2sex.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/pf2sex.boot b/src/interp/pf2sex.boot
index 306c4d48..12cb1215 100644
--- a/src/interp/pf2sex.boot
+++ b/src/interp/pf2sex.boot
@@ -296,7 +296,7 @@ hasOptArgs? argSex ==
opt := [[lhs, rhs], :opt]
nonOpt := [arg, :nonOpt]
null opt => nil
- NCONC (reverse! nonOpt, [["construct", :reverse! opt]])
+ append!(reverse! nonOpt, [["construct", :reverse! opt]])
pfDefinition2Sex pf ==
$insideApplication > $insideQuasiquotation =>