summaryrefslogtreecommitdiff
path: root/gcc/ada/nmake.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/nmake.ads')
-rw-r--r--gcc/ada/nmake.ads15
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/ada/nmake.ads b/gcc/ada/nmake.ads
index 5439156699f..be05e7940b3 100644
--- a/gcc/ada/nmake.ads
+++ b/gcc/ada/nmake.ads
@@ -6,11 +6,7 @@
-- --
-- S p e c --
-- --
--- Generated by xnmake revision 1.29 using --
--- sinfo.ads revision 1.439 --
--- nmake.adt revision 1.12 --
--- --
--- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2003 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- --
@@ -602,7 +598,8 @@ package Nmake is
Iteration_Scheme : Node_Id := Empty;
Statements : List_Id;
End_Label : Node_Id;
- Has_Created_Identifier : Boolean := False)
+ Has_Created_Identifier : Boolean := False;
+ Is_Null_Loop : Boolean := False)
return Node_Id;
pragma Inline (Make_Loop_Statement);
@@ -1013,14 +1010,16 @@ package Nmake is
function Make_Compilation_Unit_Aux (Sloc : Source_Ptr;
Declarations : List_Id := No_List;
Actions : List_Id := No_List;
- Pragmas_After : List_Id := No_List)
+ Pragmas_After : List_Id := No_List;
+ Config_Pragmas : List_Id := Empty_List)
return Node_Id;
pragma Inline (Make_Compilation_Unit_Aux);
function Make_With_Clause (Sloc : Source_Ptr;
Name : Node_Id;
First_Name : Boolean := True;
- Last_Name : Boolean := True)
+ Last_Name : Boolean := True;
+ Limited_Present : Boolean := False)
return Node_Id;
pragma Inline (Make_With_Clause);