| # | Line 84 | Line 84 | int res_word( char* text ){ | |
|---|---|---|
| 84 | ||
| 85 | int res_word( char* text ){ | |
| 86 | ||
| 87 | – | register unsigned short int i; // loop counter |
| 87 | int matched = 0; | |
| 88 | int key; // the hash key | |
| 89 | struct res_element* current_ptr; // points to the current hash element | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |