Commit 9d8a2a07 by Arnaud Charlet

Minor message improvement.

From-SVN: r146932
parent 66713d62
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Copyright (C) 2003-2008, Free Software Foundation, Inc. -- -- Copyright (C) 2003-2009, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -659,7 +659,7 @@ package body Prepcomp is ...@@ -659,7 +659,7 @@ package body Prepcomp is
if Deffile = No_Source_File then if Deffile = No_Source_File then
Fail ("definition file """ Fail ("definition file """
& Get_Name_String (N) & Get_Name_String (N)
& """ cannot be found"); & """ not found");
end if; end if;
-- Initialize the preprocessor and set the characteristics of the -- Initialize the preprocessor and set the characteristics of the
......
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