aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gnatls.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/gnatls.adb')
-rw-r--r--gcc/ada/gnatls.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnatls.adb b/gcc/ada/gnatls.adb
index a29205c..a9e88af 100644
--- a/gcc/ada/gnatls.adb
+++ b/gcc/ada/gnatls.adb
@@ -1414,7 +1414,7 @@ procedure Gnatls is
First := 3;
loop
while First <= Name_Len
- and then (Name_Buffer (First) = Path_Separator)
+ and then Name_Buffer (First) = Path_Separator
loop
First := First + 1;
end loop;
@@ -2170,7 +2170,7 @@ begin
First := Prj_Path'First;
loop
while First <= Prj_Path'Last
- and then (Prj_Path (First) = Path_Separator)
+ and then Prj_Path (First) = Path_Separator
loop
First := First + 1;
end loop;