ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/messages.h
Revision: 1.1
Committed: Tue Jun 21 14:45:41 1994 UTC (29 years, 10 months ago) by greg
Content type: text/plain
Branch: MAIN
Log Message:
Initial revision

File Contents

# Content
1 /* Copyright (c) 1994 Regents of the University of California */
2
3 /* SCCSid "$SunId$ LBL" */
4
5 /*
6 * Various messages, English version
7 */
8
9 /* The following goes into the mg_err array, defined in parser.h */
10
11 #define MG_ERRLIST {"No error",\
12 "Unknown entity",\
13 "Wrong number of arguments",\
14 "Wrong argument type",\
15 "Illegal argument value",\
16 "Undefined reference",\
17 "Cannot open input file",\
18 "Error in included file",\
19 "Out of memory",\
20 "Seek failure",\
21 }