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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.8 by greg, Mon Mar 28 11:13:58 1994 UTC vs.
Revision 2.9 by greg, Thu Apr 14 05:02:06 1994 UTC

# Line 26 | Line 26 | static char SCCSid[] = "$SunId$ LBL";
26  
27   char  *progname;                        /* argv[0] */
28  
29 char  *libpath;                         /* library search path */
30
29   int  nowarn = 0;                        /* supress warnings? */
30  
31   int  objlim = 5;                        /* # of objects before split */
# Line 57 | Line 55 | char  **argv;
55          int  i;
56  
57          progname = argv[0] = fixargv0(argv[0]);
60
61        if ((libpath = getenv(ULIBVAR)) == NULL)
62                libpath = DEFPATH;
58  
59          initotypes();
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines