aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-prof.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-04 13:56:52 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-04 13:56:52 +0000
commit9a593e3b395c1ba0c6036760c12713d7485f8c54 (patch)
treedd8eadbf07dde50ca15d6aa4181c902ad7b09d3c /src/interp/br-prof.boot
parente77d30ccf1b663aaa6ec1e017fa8e31f3296afeb (diff)
downloadopen-axiom-9a593e3b395c1ba0c6036760c12713d7485f8c54.tar.gz
cleanup
Diffstat (limited to 'src/interp/br-prof.boot')
-rw-r--r--src/interp/br-prof.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/br-prof.boot b/src/interp/br-prof.boot
index c9eae539..c79b121e 100644
--- a/src/interp/br-prof.boot
+++ b/src/interp/br-prof.boot
@@ -102,7 +102,7 @@ dbShowInfoOp(htPage,op,sig,alist) ==
for (p := [x,:y]) in fromAlist repeat
x = $ => dollar := [[honestConform,:y]]
x = 'Rep => rep := [['Rep,:y]]
- IDENTP x => args := [dbInfoFindCat(conform,conArgTypes,p), :args]
+ ident? x => args := [dbInfoFindCat(conform,conArgTypes,p), :args]
cons := [dbInfoTran(x,y), :cons]
[:mySort args, :dollar, :rep, :mySort cons]
sigAlist := LASSOC(op,opAlist)
@@ -122,7 +122,7 @@ dbShowInfoOp(htPage,op,sig,alist) ==
bincount := 2
for [con,:fns] in fromAlist repeat
htSay '"\item"
- if IDENTP con then
+ if ident? con then
htSay '"\menuitemstyle{} {\em calls to} "
if con ~= 'Rep then htSay '"{\em argument} "
htSay con