Commit f8d15f14 by Laurent GUERBY Committed by Laurent Guerby

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
parent 1ed1c7ce
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
......
......@@ -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);
......
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