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

Comparing ray/src/common/color.h (file contents):
Revision 2.14 by greg, Tue Apr 15 14:12:31 1997 UTC vs.
Revision 2.15 by gregl, Wed Sep 17 14:46:26 1997 UTC

# Line 198 | Line 198 | extern COLOR  cblack, cwhite;          /* black (0,0,0) and wh
198   #ifdef BSD
199   #define  cpcolormat(md,ms)      bcopy((char *)ms,(char *)md,sizeof(COLORMAT))
200   #else
201 + #ifndef memcpy
202   extern char  *memcpy();
203 + #endif
204   #define  cpcolormat(md,ms)      (void)memcpy((char *)md,(char *)ms,sizeof(COLORMAT))
205   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines