| 1 | greg | 1.5 | /* RCSid: $Id$ */ | 
| 2 | greg | 1.1 | /* | 
| 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 | greg | 1.2 | "Illegal material specification",\ | 
| 19 | greg | 1.3 | "Input line too long",\ | 
| 20 | greg | 1.4 | "Unmatched context close",\ | 
| 21 | greg | 1.1 | } |