From 362536248113df141d3dbaffffdf7794f43f726b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 1 Feb 2011 18:41:39 +0000 Subject: * interp/nrunopt.boot (NRTgetLookupFunction): Explain reason for non-extension. --- src/ChangeLog | 5 +++++ src/interp/nrunopt.boot | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 2b91a6b9..fb633d2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-02-01 Gabriel Dos Reis + + * interp/nrunopt.boot (NRTgetLookupFunction): Explain reason for + non-extension. + 2011-02-01 Gabriel Dos Reis * interp/compiler.boot (compList): Use %nil form, not NIL. 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 -- cgit v1.2.3