Fixed a few bugs, added new Makefile in perl

This commit is contained in:
David Anderson
2004-08-22 09:28:09 +00:00
parent 6f8c2b828a
commit 3818987c33
5 changed files with 223 additions and 4 deletions

View File

@@ -89,9 +89,9 @@ class CLangMngr
void SetMngr(CLangMngr *l) { m_LMan = l; }
// Get number of entries
int Entries() { return m_LookUpTable.size(); }
protected:
// Make a hash from a string; convert to lowercase first if needed
static uint32_t MakeHash(const char *src, bool makeLower = false);
protected:
// An entry in the language
class LangEntry