* nmake.ads, nmake.adb: Regenerated.
From-SVN: r73600
This commit is contained in:
parent
f53100ef1c
commit
95a6aaf9c8
@ -1,3 +1,7 @@
|
||||
2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
|
||||
|
||||
* nmake.ads, nmake.adb: Regenerated.
|
||||
|
||||
2003-11-13 Vincent Celier <celier@gnat.com>
|
||||
|
||||
* 5bml-tgt.adb (Build_Dynamic_Library): Use
|
||||
|
@ -692,7 +692,8 @@ package body Nmake is
|
||||
|
||||
function Make_Component_Association (Sloc : Source_Ptr;
|
||||
Choices : List_Id;
|
||||
Expression : Node_Id)
|
||||
Expression : Node_Id;
|
||||
Box_Present : Boolean := False)
|
||||
return Node_Id
|
||||
is
|
||||
N : constant Node_Id :=
|
||||
@ -700,6 +701,7 @@ package body Nmake is
|
||||
begin
|
||||
Set_Choices (N, Choices);
|
||||
Set_Expression (N, Expression);
|
||||
Set_Box_Present (N, Box_Present);
|
||||
return N;
|
||||
end Make_Component_Association;
|
||||
|
||||
|
@ -371,7 +371,8 @@ package Nmake is
|
||||
|
||||
function Make_Component_Association (Sloc : Source_Ptr;
|
||||
Choices : List_Id;
|
||||
Expression : Node_Id)
|
||||
Expression : Node_Id;
|
||||
Box_Present : Boolean := False)
|
||||
return Node_Id;
|
||||
pragma Inline (Make_Component_Association);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user