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

Comparing ray/src/common/fropen.c (file contents):
Revision 2.3 by greg, Tue Jun 16 13:07:45 1992 UTC vs.
Revision 2.4 by greg, Tue Sep 8 09:09:23 1992 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1990 Regents of the University of California */
1 > /* Copyright (c) 1992 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10  
11   #include <stdio.h>
12  
13 < #ifndef DEFPATH
14 < #define DEFPATH         ":/usr/local/lib/ray"
15 < #endif
16 < #ifndef ULIBVAR
17 < #define ULIBVAR         "RAYPATH"
18 < #endif
19 < #ifndef DIRSEP
20 < #define DIRSEP          '/'
21 < #endif
22 < #ifndef PATHSEP
23 < #define PATHSEP         ':'
24 < #endif
13 > #include "paths.h"
14  
15   char  *libpath = NULL;          /* library search path */
16  
# Line 30 | Line 19 | FILE *
19   fropen(fname)                   /* find file and open for reading */
20   register char  *fname;
21   {
22 <        extern char  *strcpy(), *getenv();
22 >        extern char  *strcpy();
23          FILE  *fp;
24          char  pname[256];
25          register char  *sp, *cp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines