# | Line 165 | 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 |
> | Changed lines |