X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcl65%2Ferror.c;h=0372d50a08f035b05fafc3a7b9ff3a0ea435a382;hb=6b3e515573e5165aefaff9e59ac42f3567e6ab25;hp=87200b081f5841e92b1620f4258f878952c68e67;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/src/cl65/error.c b/src/cl65/error.c index 87200b081..0372d50a0 100644 --- a/src/cl65/error.c +++ b/src/cl65/error.c @@ -37,27 +37,15 @@ #include #include +/* common */ +#include "cmdline.h" + +/* cl65 */ #include "global.h" #include "error.h" -/*****************************************************************************/ -/* 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 */ /*****************************************************************************/