Increased the string pool size
git-svn-id: svn://svn.cc65.org/cc65/trunk@2200 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -68,7 +68,7 @@ typedef struct StringPool StringPool;
|
||||
struct StringPool {
|
||||
Collection Entries; /* Entries sorted by number */
|
||||
unsigned TotalSize; /* Total size of all string data */
|
||||
StringPoolEntry* Tab[211]; /* Entry hash table */
|
||||
StringPoolEntry* Tab[4177]; /* Entry hash table */
|
||||
};
|
||||
|
||||
/* A string pool initializer. We do only initialize the first field, all
|
||||
|
||||
Reference in New Issue
Block a user