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

Comparing ray/src/common/rexpr.c (file contents):
Revision 2.7 by schorsch, Sat Jun 7 12:50:20 2003 UTC vs.
Revision 2.8 by schorsch, Mon Jun 30 14:59:11 2003 UTC

# Line 32 | Line 32 | static const char      RCSid[] = "$Id$";
32  
33   #define same(a,b) (a==b || (iflag && (a^b)==' ' && isalpha(a)))
34  
35 #ifdef  BSD
36 #define  memcpy(to,from,len)    bcopy(from,to,len)
37 #endif
35  
36   static int     advance(), cclass();
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines