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

Comparing ray/src/common/words.c (file contents):
Revision 2.6 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.7 by greg, Mon Mar 10 17:26:26 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id";
3   #endif
4   /*
5   * Routines for recognizing and moving about words in strings.
# Line 11 | Line 11 | static const char      RCSid[] = "$Id$";
11  
12   #include  <ctype.h>
13   #include  <string.h>
14
15 #ifdef  BSD
16 #define  strchr         index
17 #endif
14  
15  
16   char *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines