| # | Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 12 | ||
| 13 | #include "object.h" | |
| 14 | ||
| 15 | + | #include "otypes.h" |
| 16 | ||
| 17 | + | |
| 18 | extern int (*addobjnotify[])(); /* people to notify of new objects */ | |
| 19 | ||
| 20 | static struct ohtab { | |
| 21 | int hsiz; /* current table size */ | |
| 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |