| # | Line 48 | Line 48 | typedef struct { | |
|---|---|---|
| 48 | #define MAXOBJBLK 511 /* maximum number of object blocks */ | |
| 49 | ||
| 50 | extern OBJREC *objblock[MAXOBJBLK]; /* the object blocks */ | |
| 51 | < | extern int nobjects; /* # of objects */ |
| 51 | > | extern OBJECT nobjects; /* # of objects */ |
| 52 | ||
| 53 | #define objptr(obj) (objblock[(obj)>>6]+((obj)&077)) | |
| 54 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |