Comparing ray/src/common/readoct.c (file contents):
Revision 2.7 by greg, Mon Sep 21 12:04:17 1992 UTC vs.
Revision 2.9 by greg, Mon Jun 7 09:42:16 1993 UTC
| 38 |
|
CUBE *scene; |
| 39 |
|
char *ofn[]; |
| 40 |
|
{ |
| 41 |
– |
extern int fputs(); |
| 41 |
|
char sbuf[512]; |
| 42 |
|
int nf; |
| 43 |
|
OBJECT fnobjects; |
| 279 |
|
objp->oargs.farg = NULL; |
| 280 |
|
/* initialize */ |
| 281 |
|
objp->os = NULL; |
| 283 |
– |
objp->lastrno = -1; |
| 282 |
|
/* insert */ |
| 283 |
|
insertobject(obj); |
| 284 |
|
return(obj); |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |