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

Comparing ray/src/common/lookup.c (file contents):
Revision 2.7 by greg, Tue Feb 25 02:47:21 2003 UTC vs.
Revision 2.8 by greg, Tue May 13 17:58:32 2003 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include "lookup.h"
13  
14   #ifdef  NOSTRUCTASS
15 < #define  copystruct(d,s)        bcopy((char *)(s),(char *)(d),sizeof(*(d)))
15 > #define  copystruct(d,s)        bcopy((void *)(s),(void *)(d),sizeof(*(d)))
16   #else
17   #define  copystruct(d,s)        (*(d) = *(s))
18   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines