Replace error/warning numbers by strings.
More work on address sizes and scoping. git-svn-id: svn://svn.cc65.org/cc65/trunk@2620 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -215,8 +215,8 @@ unsigned GetFileIndex (const char* Name)
|
||||
|
||||
/* If we don't have this index, print a diagnostic and use the main file */
|
||||
if (F == 0) {
|
||||
Error (ERR_FILENAME_NOT_FOUND, Name);
|
||||
return 0;
|
||||
Error ("File name `%s' not found in file table", Name);
|
||||
return 0;
|
||||
} else {
|
||||
return F->Index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user