ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/readoct.c
(Generate patch)

Comparing ray/src/common/readoct.c (file contents):
Revision 2.7 by greg, Mon Sep 21 12:04:17 1992 UTC vs.
Revision 2.10 by greg, Thu Nov 18 09:27:01 1993 UTC

# Line 21 | Line 21 | static char SCCSid[] = "$SunId$ LBL";
21   static double  ogetflt();
22   static long  ogetint();
23   static char  *ogetstr();
24 < static int  getobj(), octerror();
24 > static int  getobj(), octerror(), skiptree();
25   static OCTREE  getfullnode(), gettree();
26  
27   static char  *infn;                     /* input file name */
# Line 38 | Line 38 | int  load;
38   CUBE  *scene;
39   char  *ofn[];
40   {
41        extern int  fputs();
41          char  sbuf[512];
42          int  nf;
43          OBJECT  fnobjects;
# Line 280 | Line 279 | getobj()                               /* get next object */
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
> Changed lines