aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ali.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2020-12-01 09:53:35 -0500
committerPierre-Marie de Rodat <derodat@adacore.com>2020-12-16 08:01:05 -0500
commit1c4aefb6818bf0850a3c3263e66fbf9673f069fd (patch)
tree11feb902e6b3ad8852fcf6f4887049178b26000b /gcc/ada/ali.ads
parent571d3fb1f40fa85c769a7dbefd84da6c6e99665d (diff)
downloadgcc-1c4aefb6818bf0850a3c3263e66fbf9673f069fd.zip
gcc-1c4aefb6818bf0850a3c3263e66fbf9673f069fd.tar.gz
gcc-1c4aefb6818bf0850a3c3263e66fbf9673f069fd.tar.bz2
[Ada] Code cleanup: rename ALI.Scope
gcc/ada/ * ali.ads, ali.adb, bindo-writers.adb, lib-writ.adb (Scope): Renamed to IS_Scope.
Diffstat (limited to 'gcc/ada/ali.ads')
-rw-r--r--gcc/ada/ali.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/ali.ads b/gcc/ada/ali.ads
index 928fdbd..ccb516f 100644
--- a/gcc/ada/ali.ads
+++ b/gcc/ada/ali.ads
@@ -1350,8 +1350,8 @@ package ALI is
pragma Inline (Name);
-- Obtain the name of invocation signature IS_Id
- function Scope (IS_Id : Invocation_Signature_Id) return Name_Id;
- pragma Inline (Scope);
+ function IS_Scope (IS_Id : Invocation_Signature_Id) return Name_Id;
+ pragma Inline (IS_Scope);
-- Obtain the scope of invocation signature IS_Id
procedure Set_Invocation_Graph_Encoding