| 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.1 |
}
|