ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/messages.h
Revision: 1.3
Committed: Wed Nov 8 09:40:21 1995 UTC (28 years, 5 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.2: +1 -0 lines
Log Message:
added check for input line exceeding MG_MAXLINE

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 "Illegal material specification",\
22 "Input line too long",\
23 }