X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gcc%2Fada%2Fmakeutl.adb;h=0a958739c832e531bc176dce398ddd727e701784;hb=39f4e199a51bc4ff869d273937d363902cc963c3;hp=a3d3c5bae462525972c0137a6e8e6654c7b09ab4;hpb=958a816e69e829d04e175512a09f8b6f43cd2ffd;p=gcc.git diff --git a/gcc/ada/makeutl.adb b/gcc/ada/makeutl.adb index a3d3c5bae46..0a958739c83 100644 --- a/gcc/ada/makeutl.adb +++ b/gcc/ada/makeutl.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2004-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2007, 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- -- @@ -26,7 +26,6 @@ with Ada.Command_Line; use Ada.Command_Line; -with Namet; use Namet; with Osint; use Osint; with Prj.Ext; with Prj.Util; @@ -223,7 +222,7 @@ package body Makeutl is end loop; if Equal_Pos = Start - or else Equal_Pos >= Finish + or else Equal_Pos > Finish then return False; else