| # | Line 100 | Line 100 | class Globals{ (private) | |
|---|---|---|
| 100 | ||
| 101 | private: | |
| 102 | ||
| 103 | < | static const int hash_size = 23; |
| 104 | < | static const int hash_shift = 4; |
| 103 | > | int hash_size; |
| 104 | > | int hash_shift; |
| 105 | int hash( char* text ); | |
| 106 | void addHash( char* text, int token ); | |
| 107 | LinkedCommand** command_table; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |