| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include "copyright.h" | |
| 11 | ||
| 12 | < | #include "standard.h" |
| 12 | > | #include <ctype.h> |
| 13 | > | #include <stdio.h> |
| 14 | > | #include <stdio.h> |
| 15 | ||
| 16 | + | #include "standard.h" |
| 17 | + | #include "platform.h" |
| 18 | #include "object.h" | |
| 15 | – | |
| 19 | #include "otypes.h" | |
| 20 | ||
| 18 | – | #include <ctype.h> |
| 21 | ||
| 22 | OBJREC *objblock[MAXOBJBLK]; /* our objects */ | |
| 23 | OBJECT nobjects = 0; /* # of objects */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |