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

Comparing ray/src/common/header.c (file contents):
Revision 2.12 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.13 by greg, Mon Mar 10 17:13:29 2003 UTC

# Line 33 | Line 33 | static const char      RCSid[] = "$Id$";
33  
34   #define  MAXLINE        512
35  
36 #ifndef BSD
37 #define  index  strchr
38 #endif
39
40 extern char  *index();
41
36   char  HDRSTR[] = "#?";          /* information header magic number */
37  
38   char  FMTSTR[] = "FORMAT=";     /* format identifier */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines