| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | ||
| 12 | #include <ctype.h> | |
| 13 | #include <stdio.h> | |
| 14 | < | #ifdef _WIN32 |
| 15 | < | #define popen _popen |
| 16 | < | #define pclose _pclose |
| 17 | < | #endif |
| 14 | > | #include <stdio.h> |
| 15 | ||
| 16 | #include "standard.h" | |
| 17 | + | #include "platform.h" |
| 18 | #include "object.h" | |
| 19 | #include "otypes.h" | |
| 20 | ||
| # | Line 167 | Line 165 | newobject() /* get a new object */ | |
| 165 | ||
| 166 | void | |
| 167 | freeobjects(firstobj, nobjs) /* free a range of objects */ | |
| 168 | < | OBJECT firstobj, nobjs; |
| 168 | > | int firstobj, nobjs; |
| 169 | { | |
| 170 | register int obj; | |
| 171 | /* check bounds */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |