aboutsummaryrefslogtreecommitdiff
path: root/src/interp/mark.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-22 10:25:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-22 10:25:52 +0000
commita73349338f650dea30da980fe22e5c750884cc85 (patch)
tree4d1c8e72e7be5d02c9be0c490a8c5a5817d585ef /src/interp/mark.boot
parent2ff38e852893972f6d8000a70bb4a359fb7e44df (diff)
downloadopen-axiom-a73349338f650dea30da980fe22e5c750884cc85.tar.gz
* br-data.boot.pamphlet (getImports): Rename `import' to `doImport'.
* define.boot.pamphlet (hasSigInTargetCategory): Pretty-print signature in diagnostics. * i-syscmd.boot.pamphlet: Fix syntax. * mark.boot: Likewise.
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