aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-12 23:01:18 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-12 23:01:18 +0000
commit81bb06e3fd33bad7aae956b7742421159e2d0df9 (patch)
tree49cf3d97affb7841138c362e803bf4b654d19723 /src/interp/functor.boot
parent245f4067091550d9d89bc25b5e2e8c95729354b7 (diff)
downloadopen-axiom-81bb06e3fd33bad7aae956b7742421159e2d0df9.tar.gz
More clean up on string vs symbol confusions
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index 97e3938a..45cac30b 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -206,7 +206,7 @@ compCategories u ==
atom v =>
error ['"compCategories: could not get proper modemap for operator",first u]
if rest v then
- sayBrightly ['"compCategories: ", '%b, '"Warning", '%d,
+ sayBrightly ['"compCategories: ", '"%b", '"Warning", '"%d",
'"ignoring unexpected stuff at end of modemap"]
pp rest v
-- the next line "fixes" a bad modemap which sometimes appears ....