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.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/mark.boot b/src/interp/mark.boot
index e3c58efd..d1469405 100644
--- a/src/interp/mark.boot
+++ b/src/interp/mark.boot
@@ -1046,7 +1046,7 @@ markPrint(:options) == --print $def
else
['add,a,:r] := $originalBody
xtraLines :=
- "append"/[[STRCONC(name,'": Category == with"),'""]
+ "append"/[[strconc(name,'": Category == with"),'""]
for name in markCheckForAttributes a]
nbody :=
$originalBody is ['add,a,b] =>
@@ -1440,7 +1440,7 @@ combineDefinitions() ==
[predl,.,:def] := item
['DEF, form, :.] := def
ops := PNAME op
- opName := INTERN(STRCONC(ops,'"X",STRINGIMAGE i))
+ opName := INTERN(strconc(ops,'"X",STRINGIMAGE i))
form.first := opName
-- rplacaSubst(op, opName, def)
$acc := [[form,:predl], :$acc]