summaryrefslogtreecommitdiff
path: root/gcc/ada/alfa.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/alfa.ads')
-rw-r--r--gcc/ada/alfa.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/alfa.ads b/gcc/ada/alfa.ads
index 1813a795fdf..5ad7c61c1a6 100644
--- a/gcc/ada/alfa.ads
+++ b/gcc/ada/alfa.ads
@@ -316,10 +316,6 @@ package ALFA is
-- Subprograms --
-----------------
- procedure dalfa;
- -- Debug routine to dump internal ALFA tables. This is a raw format dump
- -- showing exactly what the tables contain.
-
procedure Initialize_ALFA_Tables;
-- Reset tables for a new compilation
@@ -330,6 +326,10 @@ package ALFA is
-- Return the entity which represents declaration N, so that matching
-- declaration and body have the same entity.
+ procedure dalfa;
+ -- Debug routine to dump internal ALFA tables. This is a raw format dump
+ -- showing exactly what the tables contain.
+
procedure palfa;
-- Debugging procedure to output contents of ALFA binary tables in the
-- format in which they appear in an ALI file.