aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-01 18:41:39 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-01 18:41:39 +0000
commit362536248113df141d3dbaffffdf7794f43f726b (patch)
treebf0af8c8b8e422ed602d282ab85dd35eb2f07208 /src/interp
parentad548d86891fc4587d27061c6b79ee66bd467274 (diff)
downloadopen-axiom-362536248113df141d3dbaffffdf7794f43f726b.tar.gz
* interp/nrunopt.boot (NRTgetLookupFunction): Explain reason for
non-extension.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/nrunopt.boot7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/interp/nrunopt.boot b/src/interp/nrunopt.boot
index f15ed5f4..d83087d8 100644
--- a/src/interp/nrunopt.boot
+++ b/src/interp/nrunopt.boot
@@ -807,11 +807,12 @@ NRTgetLookupFunction(domform,exCategory,addForm) ==
if null extends then
[u,msg,:v] := $why
SAY '"--------------non extending category----------------------"
- compilerMessage('"%1p of category %2p", [domform,u])
+ sayPatternMsg('"%1p of category %2p", [domform,u])
if v ~= nil then
- compilerMessage('"%1b %2p",[msg,first v])
+ sayPatternMsg('"%1b %2p",[msg,first v])
else
- compilerMessage('"%1b",[msg])
+ sayPatternMsg('"%1b",[msg])
+ SAY '"----------------------------------------------------------"
extends => 'lookupIncomplete
'lookupComplete