| # | Line 170 | Line 170 | int | |
|---|---|---|
| 170 | mg_entity(name) /* get entity number from its name */ | |
| 171 | char *name; | |
| 172 | { | |
| 173 | < | static LUTAB ent_tab; /* entity lookup table */ |
| 173 | > | static LUTAB ent_tab = LU_SINIT(NULL,NULL); /* lookup table */ |
| 174 | register char *cp; | |
| 175 | ||
| 176 | if (!ent_tab.tsiz) { /* initialize hash table */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |