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

Comparing ray/src/common/selcall.h (file contents):
Revision 3.5 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 3.6 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# Line 2 | Line 2
2   /*
3   * header file for select call compatibility
4   */
5 + #ifndef _RAD_SELCALL_H_
6 + #define _RAD_SELCALL_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11   #include "copyright.h"
12  
# Line 28 | Line 33
33   #define FD_ZERO(p)      memset((char *)(p), 0, sizeof(*(p)))
34   #endif
35   #endif
36 +
37 +
38 + #ifdef __cplusplus
39 + }
40 + #endif
41 + #endif /* _RAD_SELCALL_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines