aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-syscmd.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-05 00:58:16 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-05 00:58:16 +0000
commitce7aedf615e201aedf7f21d8aa18b2657dd56c3d (patch)
tree35bcf595ee42209deed61c9e4fb0726a0810d677 /src/interp/i-syscmd.boot
parent65ee234606464f1b5c614ff6d612095bf7520aa5 (diff)
downloadopen-axiom-ce7aedf615e201aedf7f21d8aa18b2657dd56c3d.tar.gz
* interp/daase.lisp (GETDATABASE): Do not handle PREDICATES and
ATTRIBUTES selectors anymore. * interp/database.boot (getConstructorPredicates): Rename from getConstructorPredicatesFromDB. Adjust callers. (getConstructorAttributes): Rename from getConstructorAttributesFromDB. Adjust callers.
Diffstat (limited to 'src/interp/i-syscmd.boot')
-rw-r--r--src/interp/i-syscmd.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index 37724492..c3940cf4 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -2266,7 +2266,7 @@ reportOpsFromLisplib(op,u) ==
centerAndHighlight('"Attributes",$LINELENGTH,specialChar 'hbar)
sayBrightly '""
attList:= removeDuplicates MSORT [x for [x,:.] in
- getConstructorAttributesFromDB op]
+ getConstructorAttributes op]
null attList => sayBrightly
concat('"%b",form2String functorForm,'"%d","has no attributes.",'"%l")
say2PerLine [formatAttribute x for x in attList]