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

Comparing ray/src/common/standard.h (file contents):
Revision 2.23 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.24 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# Line 2 | Line 2
2   /*
3   *      Miscellaneous definitions required by many routines.
4   */
5
5   #ifndef _RAD_STANDARD_H_
6   #define _RAD_STANDARD_H_
7 + #ifdef __cplusplus
8 + extern "C" {
9 + #endif
10  
11   #include "copyright.h"
12  
# Line 203 | Line 205 | extern void    wputs(char *s);
205   extern void     quit(int code);
206  
207  
208 + #ifdef __cplusplus
209 + }
210 + #endif
211   #endif /* _RAD_STANDARD_H_ */
212 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines