| 1 |
/* RCSid: $Id: messages.h,v 1.5 2003/02/28 20:11:29 greg Exp $ */
|
| 2 |
/*
|
| 3 |
* Various messages, English version
|
| 4 |
*/
|
| 5 |
|
| 6 |
/* The following goes into the mg_err array, defined in parser.h */
|
| 7 |
|
| 8 |
#define MG_ERRLIST {"No error",\
|
| 9 |
"Unknown entity",\
|
| 10 |
"Wrong number of arguments",\
|
| 11 |
"Wrong argument type",\
|
| 12 |
"Illegal argument value",\
|
| 13 |
"Undefined reference",\
|
| 14 |
"Cannot open input file",\
|
| 15 |
"Error in included file",\
|
| 16 |
"Out of memory",\
|
| 17 |
"Seek failure",\
|
| 18 |
"Illegal material specification",\
|
| 19 |
"Input line too long",\
|
| 20 |
"Unmatched context close",\
|
| 21 |
}
|