aboutsummaryrefslogtreecommitdiff
path: root/src/interp/modemap.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/modemap.boot')
-rw-r--r--src/interp/modemap.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/modemap.boot b/src/interp/modemap.boot
index f941c3aa..97f29a33 100644
--- a/src/interp/modemap.boot
+++ b/src/interp/modemap.boot
@@ -86,8 +86,8 @@ getUniqueSignature(form,e) ==
getUniqueModemap(op,numOfArgs,e) ==
1=#(mml:= getModemapList(op,numOfArgs,e)) => first mml
1<#mml =>
- stackWarning [numOfArgs,'" argument form of: ",op,
- '" has more than one modemap"]
+ stackWarning('"%1 argument form of %2b has more than one modemap",
+ [numOfArgs,op])
first mml
nil
@@ -324,7 +324,7 @@ getOperationAlist(name,functorForm,form) ==
$insideFunctorIfTrue and name="$" =>
($domainShell => $domainShell.(1); systemError '"$ has no shell now")
T:= compMakeCategoryObject(form,$e) => ([.,.,$e]:= T; T.expr.(1))
- stackMessage ["not a category form: ",form]
+ stackMessage('"not a category form: %1bp",[form])
substNames(domainName,viewName,functorForm,opalist) ==
functorForm := SUBSTQ("$$","$", functorForm)