diff options
Diffstat (limited to 'gcc/ada/ali.ads')
| -rw-r--r-- | gcc/ada/ali.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/ali.ads b/gcc/ada/ali.ads index 2079d78..488fb63 100644 --- a/gcc/ada/ali.ads +++ b/gcc/ada/ali.ads @@ -687,8 +687,11 @@ package ALI is -- i = implicit reference -- See description in lib-xref.ads for further details - Col : Pos; + Col : Nat; -- Column number for the reference + + -- Note: for instantiation references, Rtype is set to ' ', and Col is + -- set to zero. One or more such entries can follow any other reference. end record; package Xref is new Table.Table ( |
