aboutsummaryrefslogtreecommitdiff
path: root/src/interp/buildom.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/buildom.boot')
-rw-r--r--src/interp/buildom.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/buildom.boot b/src/interp/buildom.boot
index 67785524..7c234e1e 100644
--- a/src/interp/buildom.boot
+++ b/src/interp/buildom.boot
@@ -605,7 +605,7 @@ seteltRecordFun(n,i) ==
field := formalRecordField(n,i)
body :=
n > 2 => ['%store,field,"#3"]
- ['SEQ,['%store,field,"#3"],['EXIT,field]]
+ ['%seq,['%store,field,"#3"],['EXIT,field]]
["XLAM",args,body]
copyRecordFun n ==