aboutsummaryrefslogtreecommitdiff
path: root/src/interp/clam.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-16 06:35:55 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-16 06:35:55 +0000
commit32bff5d4d40370d186e954ee90f31e7c2b20b50a (patch)
tree5bc3e872c7d64990184d80bd7697836d37d1fc23 /src/interp/clam.boot
parentdb462564430f0d9eb4daa70a191d10e6bb5af528 (diff)
downloadopen-axiom-32bff5d4d40370d186e954ee90f31e7c2b20b50a.tar.gz
* interp/modemap.boot (addModemap0): Don't special-case
CategoryDefaults. * interp/define.boot (processFunctor): Fold into caller. Remove. * interp/clam.boot (recordInstantiation1): Do not special case CategoryDefaults and RepeatedSquaring. * interp/functor.boot (DescendCode): Lose last argument, for it is always $. Adjust body. Adjust caller. * interp/nruncomp.boot (buildFunctor): $catNames should not be a fluid variable. Rename to viewNames.
Diffstat (limited to 'src/interp/clam.boot')
-rw-r--r--src/interp/clam.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/clam.boot b/src/interp/clam.boot
index d0eefed6..cdfb6e73 100644
--- a/src/interp/clam.boot
+++ b/src/interp/clam.boot
@@ -545,7 +545,6 @@ recordInstantiation(op,prop,dropIfTrue) ==
stopTimingProcess 'debug
recordInstantiation1(op,prop,dropIfTrue) ==
- op in '(CategoryDefaults RepeatedSquaring) => nil--ignore defaults for now
if $reportEachInstantiation then
trailer:= (dropIfTrue => '" dropped"; '" instantiated")
if $insideCoerceInteractive= true then