mlib-prj.adb (Build_Library): Initialize Delete.

2005-11-23  Laurent GUERBY  <laurent@guerby.net>

        * mlib-prj.adb (Build_Library): Initialize Delete.

From-SVN: r107416
This commit is contained in:
Laurent GUERBY 2005-11-23 11:31:25 +00:00 committed by Laurent Guerby
parent 1ed1c7ce30
commit f8d15f1474
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-11-23 Laurent GUERBY <laurent@guerby.net>
* mlib-prj.adb (Build_Library): Initialize Delete.
2005-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* socket.c: Add extern int h_errno for rtems since networking header

View File

@ -1658,7 +1658,7 @@ package body MLib.Prj is
declare
Dir : Dir_Type;
Delete : Boolean;
Delete : Boolean := False;
Unit : Unit_Data;
Name : String (1 .. 200);