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

Comparing ray/src/common/xtwind.c (file contents):
Revision 1.2 by greg, Thu Mar 2 08:03:02 1989 UTC vs.
Revision 1.3 by greg, Thu Jan 18 23:58:59 1990 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17   #include  "xtwind.h"
18  
19 + #ifndef  BSD
20 + #define  bzero(d,n)             (void)memset(d,0,n)
21 + extern char  *memset();
22 + #endif
23 +
24   #define checkcurs(t)            if ((t)->cursor) togglecurs(t)
25  
26   #define restorecurs             checkcurs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines