]> git.sur5r.net Git - cc65/blobdiff - src/cc65/error.c
Added the io module
[cc65] / src / cc65 / error.c
index 6a2ab2aaf9c2d81b3c814c1dafd7d5bef578c2b9..437b127630199f6591cd65da0e2bf7b1ef12b247 100644 (file)
@@ -39,7 +39,6 @@
 
 #include "global.h"
 #include "input.h"
-#include "io.h"
 #include "scanner.h"
 #include "stmt.h"
 #include "error.h"
@@ -101,7 +100,7 @@ static char* ErrMsg [ERR_COUNT-1] = {
     "`\"' or `<' expected",
     "Missing terminator or name too long",
     "Include file `%s' not found",
-    "Open failure on include file `%s'",
+    "Cannot open include file `%s': %s",
     "Invalid #error directive",
     "#error: %s",
     "Unexpected `#endif'",