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

Comparing ray/src/common/tmerrmsg.h (file contents):
Revision 3.4 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 3.6 by greg, Fri Jun 27 06:53:22 2003 UTC

# Line 4 | Line 4
4   * Included exclusively in "tonemap.c".
5   * English version.
6   */
7 + #ifndef _RAD_TMERRMSG_H_
8 + #define _RAD_TMERRMSG_H_
9 + #ifdef __cplusplus
10 + extern "C" {
11 + #endif
12  
8 #include "copyright.h"
9
13   char    *tmErrorMessage[] = {
14                  "no error",
15                  "out of memory",
# Line 17 | Line 20 | char   *tmErrorMessage[] = {
20                  "code consistency error 1",
21                  "code consistency error 2",
22          };
23 +
24 +
25 + #ifdef __cplusplus
26 + }
27 + #endif
28 + #endif /* _RAD_TMERRMSG_H_ */
29 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines