| # | Line 21 | Line 21 | static struct ohtab { | |
|---|---|---|
| 21 | OBJECT *htab; /* table, if allocated */ | |
| 22 | } modtab = {100, NULL}, objtab = {1000, NULL}; /* modifiers and objects */ | |
| 23 | ||
| 24 | < | static int otndx(); |
| 24 | > | static int otndx(char *, struct ohtab *); |
| 25 | ||
| 26 | ||
| 27 | OBJECT | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |