diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-29 11:24:02 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-29 11:24:02 +0200 |
commit | 9d8a2a07e112b676da71cb21a75bc5155436d9da (patch) | |
tree | c3e6d05539adb13a465aaf7fa00a1ef99c240748 | |
parent | 66713d62863188a9c2f64388043c1dc0213d6f98 (diff) | |
download | gcc-9d8a2a07e112b676da71cb21a75bc5155436d9da.zip gcc-9d8a2a07e112b676da71cb21a75bc5155436d9da.tar.gz gcc-9d8a2a07e112b676da71cb21a75bc5155436d9da.tar.bz2 |
Minor message improvement.
From-SVN: r146932
-rw-r--r-- | gcc/ada/prepcomp.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prepcomp.adb b/gcc/ada/prepcomp.adb index 18c2686..58ef7c3 100644 --- a/gcc/ada/prepcomp.adb +++ b/gcc/ada/prepcomp.adb @@ -6,7 +6,7 @@ -- -- -- 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 -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -659,7 +659,7 @@ package body Prepcomp is if Deffile = No_Source_File then Fail ("definition file """ & Get_Name_String (N) - & """ cannot be found"); + & """ not found"); end if; -- Initialize the preprocessor and set the characteristics of the |