diff options
Diffstat (limited to 'gcc/ada/lib-load.ads')
-rw-r--r-- | gcc/ada/lib-load.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-load.ads b/gcc/ada/lib-load.ads index 6ea1e815940..af5f92b6937 100644 --- a/gcc/ada/lib-load.ads +++ b/gcc/ada/lib-load.ads @@ -110,7 +110,7 @@ package Lib.Load is Subunit : Boolean; Corr_Body : Unit_Number_Type := No_Unit; Renamings : Boolean := False; - From_Limited_With : Boolean := False) return Unit_Number_Type; + With_Node : Node_Id := Empty) return Unit_Number_Type; -- This function loads and parses the unit specified by Load_Name (or -- returns the unit number for the previously constructed units table -- entry if this is not the first call for this unit). Required indicates |