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 1.1 by greg, Sat Dec 8 09:28:17 1990 UTC vs.
Revision 1.2 by greg, Tue Jul 16 10:51:42 1991 UTC

# Line 24 | Line 24 | static char SCCSid[] = "$SunId$ LBL";
24  
25   #define same(a,b) (a==b || (iflag && (a^b)==' ' && isalpha(a)))
26  
27 + #ifdef  BSD
28 + #define  memcpy(to,from,len)    bcopy(from,to,len)
29 + #endif
30 +
31   static char    expbuf[ESIZE];
32   static int     iflag;
33   static int     circf;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines