From: charlet Date: Wed, 29 Apr 2009 09:24:02 +0000 (+0000) Subject: Minor message improvement. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b9479bc425b0e21055a417f5c94dedd83a3a7f7;p=thirdparty%2Fgcc.git Minor message improvement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146932 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/prepcomp.adb b/gcc/ada/prepcomp.adb index 18c2686e491b..58ef7c3e5c1c 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