X-Git-Url: https://jxself.org/git/?p=inform.git;a=blobdiff_plain;f=src%2Ferrors.c;fp=src%2Ferrors.c;h=8a4d288f4b34a6800b2d277f59003e83ee90428e;hp=b76aa7d5658dbe9398b75280a5d9e228259ac73f;hb=18379907e684280f6e70bf5c2205c2968e56fa67;hpb=161e6b420d62970fa178dbadbb14d86322af5e22 diff --git a/src/errors.c b/src/errors.c index b76aa7d..8a4d288 100644 --- a/src/errors.c +++ b/src/errors.c @@ -397,15 +397,12 @@ extern void link_error_named(char *s1, char *s2) extern void print_sorry_message(void) { printf( "***********************************************************************\n\ -* 'Compiler errors' should never occur if Inform is working properly. *\n\ -* This is version %d.%02d of Inform, dated %20s: so *\n\ -* if that was more than six months ago, there may be a more recent *\n\ -* version available, from which the problem may have been removed. *\n\ -* If not, please report this fault to: graham@gnelson.demon.co.uk *\n\ -* and if at all possible, please include your source code, as faults *\n\ -* such as these are rare and often difficult to reproduce. Sorry. *\n\ -***********************************************************************\n", - (RELEASE_NUMBER/100)%10, RELEASE_NUMBER%100, RELEASE_DATE); +Compiler errors should never occur if Inform is working properly.\n\ +Check to see if there is a more recent version available, from which\n\ +the problem may have been removed. If not, please report this fault\n\ +and if at all possible, please include your source code, as faults\n\ +such as these are rare and often difficult to reproduce. Sorry.\n\ +***********************************************************************\n"); } extern int compiler_error(char *s)