From ce7aedf615e201aedf7f21d8aa18b2657dd56c3d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 5 Sep 2011 00:58:16 +0000 Subject: * 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. --- src/interp/i-syscmd.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/i-syscmd.boot') 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] -- cgit v1.2.3