ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/messages.h
Revision: 1.4
Committed: Wed Nov 29 16:45:09 1995 UTC (28 years, 5 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
added error for unmatched xf or o context close

File Contents

# User Rev Content
1 greg 1.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 greg 1.2 "Illegal material specification",\
22 greg 1.3 "Input line too long",\
23 greg 1.4 "Unmatched context close",\
24 greg 1.1 }