/* Copyright (c) 1994 Regents of the University of California */ /* SCCSid "$SunId$ LBL" */ /* * Various messages, English version */ /* The following goes into the mg_err array, defined in parser.h */ #define MG_ERRLIST {"No error",\ "Unknown entity",\ "Wrong number of arguments",\ "Wrong argument type",\ "Illegal argument value",\ "Undefined reference",\ "Cannot open input file",\ "Error in included file",\ "Out of memory",\ "Seek failure",\ }