diff options
Diffstat (limited to 'gcc/ada/lib-xref-alfa.adb')
-rw-r--r-- | gcc/ada/lib-xref-alfa.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/lib-xref-alfa.adb b/gcc/ada/lib-xref-alfa.adb index 9b78b43..44a9d44 100644 --- a/gcc/ada/lib-xref-alfa.adb +++ b/gcc/ada/lib-xref-alfa.adb @@ -550,9 +550,9 @@ package body ALFA is and then Ekind_In (Scope (E), E_Package, E_Package_Body); end Is_Global_Constant; - -- Start of processing for Eliminate_Before_Sort - begin + -- Start of processing for Eliminate_Before_Sort + begin NR := Nrefs; Nrefs := 0; |