| # | Line 19 | Line 19 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 19 | #include <ctype.h> | |
| 20 | ||
| 21 | OBJREC *objblock[MAXOBJBLK]; /* our objects */ | |
| 22 | < | int nobjects = 0; /* # of objects */ |
| 22 | > | OBJECT nobjects = 0; /* # of objects */ |
| 23 | ||
| 24 | ||
| 25 | readobj(input) /* read in an object file or stream */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |