mlib.adb: Update comments.
2008-08-05 Vincent Celier <celier@adacore.com> * mlib.adb: Update comments. From-SVN: r138680
This commit is contained in:
parent
c7d920ad90
commit
646acd10c8
@ -266,8 +266,12 @@ package body MLib is
|
|||||||
Success := Status and Actual_Len = Len + 3;
|
Success := Status and Actual_Len = Len + 3;
|
||||||
|
|
||||||
if Success then
|
if Success then
|
||||||
Set_Read_Only (
|
-- Set_Read_Only is used here, not
|
||||||
Name_Buffer (1 .. Name_Len - 1));
|
-- Set_Non_Writable, so that gprbuild can be
|
||||||
|
-- compiled with older compilers.
|
||||||
|
|
||||||
|
Set_Read_Only
|
||||||
|
(Name_Buffer (1 .. Name_Len - 1));
|
||||||
end if;
|
end if;
|
||||||
end if;
|
end if;
|
||||||
end if;
|
end if;
|
||||||
|
Loading…
Reference in New Issue
Block a user