aboutsummaryrefslogtreecommitdiff
path: root/src/interp/mark.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/mark.boot')
-rw-r--r--src/interp/mark.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/mark.boot b/src/interp/mark.boot
index 333beb67..95efaf83 100644
--- a/src/interp/mark.boot
+++ b/src/interp/mark.boot
@@ -950,7 +950,7 @@ markRemImportsAndLeadingMacros(leadingMacros,body) ==
mkNewCapsuleItem(frees,i,x) ==
[originalDef,:ndef] := x
imports := REVERSE orderByContainment REMDUP SETDIFFERENCE(i,$finalImports)
- importPart := [['import,d] for d in imports]
+ importPart := [["import",d] for d in imports]
nbody :=
ndef is ['LET,.,x] => x
ndef is ['DEF,.,.,.,x] => x