diff options
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r-- | gcc/ada/lib-xref.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index 2a29208..79dd57b 100644 --- a/gcc/ada/lib-xref.ads +++ b/gcc/ada/lib-xref.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1998-2019, Free Software Foundation, Inc. -- +-- Copyright (C) 1998-2020, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -514,7 +514,6 @@ package Lib.Xref is E_Package_Body => ' ', E_Protected_Body => ' ', - E_Protected_Object => ' ', E_Subprogram_Body => ' ', E_Task_Body => ' '); @@ -592,7 +591,7 @@ package Lib.Xref is -- What we do in such cases is to gather nodes, where we would have liked -- to call Generate_Reference but we couldn't because we didn't know enough - -- into this table, Then we deal with generating references later on when + -- into this table, then we deal with generating references later on when -- we have sufficient information to do it right. type Deferred_Reference_Entry is record |