X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Ferror.c;h=fa049488b0063b80fae1267c38926e10b9daf0d1;hb=2760fbd5dc43e1f55c1c352775ed2aabea7275c4;hp=53b06d16bdffcbe60bf815093f3a92c576b08684;hpb=a20f4dd8c8fc6b234758c6f343f8a419d319f26c;p=cc65 diff --git a/src/ld65/error.c b/src/ld65/error.c index 53b06d16b..fa049488b 100644 --- a/src/ld65/error.c +++ b/src/ld65/error.c @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2000 Ullrich von Bassewitz */ +/* Wacholderweg 14 */ +/* D-70597 Stuttgart */ +/* EMail: uz@musoftware.de */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -41,22 +41,6 @@ -/*****************************************************************************/ -/* Data */ -/*****************************************************************************/ - - - -/* Messages for internal compiler errors */ -const char _MsgCheckFailed [] = - "Check failed: `%s' (= %d), file `%s', line %u\n"; -const char _MsgPrecondition [] = - "Precondition violated: `%s' (= %d), file `%s', line %u\n"; -const char _MsgFail [] = - "%s, file `%s', line %u\n"; - - - /*****************************************************************************/ /* Code */ /*****************************************************************************/