aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-saturn.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-02 16:23:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-02 16:23:37 +0000
commit6c36217f8a6721a3695e6c8d0b5f86401b5ed18b (patch)
tree8c2aa73f3e0dbb7aab710621e72707cf27d74c36 /src/interp/br-saturn.boot
parente694e02b3c8e9ae322df7440a29c3011a11503e7 (diff)
downloadopen-axiom-6c36217f8a6721a3695e6c8d0b5f86401b5ed18b.tar.gz
more cleanups
Diffstat (limited to 'src/interp/br-saturn.boot')
-rw-r--r--src/interp/br-saturn.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-saturn.boot b/src/interp/br-saturn.boot
index e636210a..899611a1 100644
--- a/src/interp/br-saturn.boot
+++ b/src/interp/br-saturn.boot
@@ -1244,7 +1244,7 @@ displayDomainOp(htPage,which,origin,op,sig,predicate,
$conargs : local := rest conform
if which = '"operation" then
$signature : local :=
- symbolMember?(conname,$DomainNames) => nil
+ builtinFunctorName? conname => nil
CDAR getConstructorModemapFromDB conname
--RDJ: this next line is necessary until compiler bug is fixed
--that forgets to substitute #variables for t#variables;