Commit c8191119 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* module.c (gfc_use_module): Improve error message some more.

From-SVN: r184883
parent c679ec1f
2012-03-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* module.c (gfc_use_module): Improve error message some more.
2012-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/52313
......
......@@ -6099,7 +6099,7 @@ gfc_use_module (gfc_use_list *module)
|| parse_atom () != ATOM_STRING
|| strcmp (atom_string, MOD_VERSION))
gfc_fatal_error ("Cannot read module file '%s' opened at %C,"
" because it was created by an older"
" because it was created by a different"
" version of GNU Fortran", filename);
free (atom_string);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment