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

Comparing ray/src/ot/getbbox.c (file contents):
Revision 2.3 by greg, Wed Feb 10 14:46:11 1993 UTC vs.
Revision 2.4 by greg, Thu Apr 14 04:56:52 1994 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17   #include  "object.h"
18  
19 #ifndef  DEFPATH
20 #define  DEFPATH        ":/usr/local/lib/ray"
21 #endif
22
19   char  *progname;                        /* argv[0] */
20  
25 char  *libpath;                         /* library search path */
26
21   int  nowarn = 0;                        /* supress warnings? */
22  
23   int  (*addobjnotify[])() = {NULL};      /* new object notifier functions */
# Line 46 | Line 40 | char  **argv;
40          int  i;
41  
42          progname = argv[0];
49
50        if ((libpath = getenv("RAYPATH")) == NULL)
51                libpath = DEFPATH;
43  
44          for (i = 1; i < argc && argv[i][0] == '-'; i++) {
45                  switch (argv[i][1]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines