| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |