diff options
Diffstat (limited to 'gcc/ada/bld.adb')
| -rw-r--r-- | gcc/ada/bld.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/bld.adb b/gcc/ada/bld.adb index 6d52e8b..b6bf9b5 100644 --- a/gcc/ada/bld.adb +++ b/gcc/ada/bld.adb @@ -2388,7 +2388,8 @@ package body Bld is -- directory. if Last >= Included_Directory_Path'First - and then Included_Directory_Path (Last) = Directory_Separator + and then (Included_Directory_Path (Last) = Directory_Separator + or else Included_Directory_Path (Last) = '/') then Last := Last - 1; end if; |
