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.2 by greg, Fri Apr 18 13:59:50 1997 UTC vs.
Revision 3.5 by schorsch, Fri Jun 6 16:38:47 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   * Error messages for tone mapping functions.
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  
13 + #include "copyright.h"
14 +
15   char    *tmErrorMessage[] = {
16                  "no error",
17                  "out of memory",
# Line 18 | Line 22 | char   *tmErrorMessage[] = {
22                  "code consistency error 1",
23                  "code consistency error 2",
24          };
25 +
26 +
27 + #ifdef __cplusplus
28 + }
29 + #endif
30 + #endif /* _RAD_TMERRMSG_H_ */
31 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines