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.10 by greg, Sun Oct 15 14:07:59 1995 UTC vs.
Revision 2.11 by greg, Fri Nov 10 17:04:19 1995 UTC

# Line 194 | Line 194 | extern COLORMAT  xyz2rgbmat;           /* XYZ to RGB conversion
194   #ifdef BSD
195   #define  cpcolormat(md,ms)      bcopy((char *)ms,(char *)md,sizeof(COLORMAT))
196   #else
197 extern char  *memcpy();
197   #define  cpcolormat(md,ms)      (void)memcpy((char *)md,(char *)ms,sizeof(COLORMAT))
198   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines