ksymoops.cc and 2.1.71==> too many symbols

Michael L. Galbraith (mikeg@weiden.de)
Sun, 21 Dec 1997 18:21:15 +0100 (MET)


Hello List,

Lest someone else waste time chasing chasing this, ksymoops.cc needs a
small change to NameList.

class NameList
{
private:
// Caution: Fixed Allocation!
// This should suffice for awhile since 1.1.86 has only ^H^H^H^H
KSym ksyms_0_[8000];

Too small for anything past 2.1.71 here with lots of goodies enabled.

-Mike