X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=error.c;h=47cff9f29b4fae42afc48f96dade5e5eb92d351b;hp=4402610c6bb331a4d21202c631b63cae279eb310;hb=HEAD;hpb=f23a0935e11c9a1ad61e4b4ee4a1e63fbd7b3e00 diff --git a/error.c b/error.c index 4402610..47cff9f 100644 --- a/error.c +++ b/error.c @@ -8,7 +8,7 @@ #include "error.h" #include -#include +#include "token.h" #include "listing.h" char * interror_msg[] = { "Unknown internal error", // Error not referenced, should not be displayed @@ -18,9 +18,9 @@ char * interror_msg[] = { "Bad fixup type", // Error #4 "Bad operator in expression stream", // Error #5 "Can't find generated code in section", // Error #6 - "Fixup (loc) out of range" // Error #7 - "Absolute top filename found" // Error #8 - "" + "Fixup (loc) out of range", // Error #7 + "Absolute top filename found", // Error #8 + "The RISC expression evaluator blew up, sorry" // Error #9 }; // Exported variables