diff options
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 882fe6cab9a..9c0cd18985d 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -1000,9 +1000,9 @@ package body Make is File_Name : String; Program : Make_Program_Type) is - Switches : Variable_Value; - Switch_List : String_List_Id; - Element : String_Element; + Switches : Variable_Value; + Switch_List : String_List_Id; + Element : String_Element; begin if File_Name'Length > 0 then @@ -5095,8 +5095,8 @@ package body Make is if Run_Path_Option and Path_Option /= null then declare - Option : String_Access; - Length : Natural := Path_Option'Length; + Option : String_Access; + Length : Natural := Path_Option'Length; Current : Natural; begin |