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