diff options
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r-- | src/interp/functor.boot | 2 |
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 .... |