]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Minor clean up.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 10 Apr 2009 13:22:14 +0000 (15:22 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 10 Apr 2009 13:22:14 +0000 (15:22 +0200)
From-SVN: r145899

gcc/ada/snames.ads-tmpl

index 48001f6d9a79bc090cdf33e898e7997f892b3438..fc7f99233805f860fd7db2b9909ab19c5edbcf16 100644 (file)
@@ -989,7 +989,7 @@ package Snames is
 
    --  Names used in processing intrinsic calls
 
-   Name_Free                             : constant Name_Id := N + 628;
+   Name_Free                             : constant Name_Id := N + $;
 
    --  Reserved words used only in Ada 95
 
@@ -1007,7 +1007,7 @@ package Snames is
 
    --  Miscellaneous names used in semantic checking
 
-   Name_Raise_Exception                  : constant Name_Id := N + 635;
+   Name_Raise_Exception                  : constant Name_Id := N + $;
 
    --  Additional reserved words and identifiers used in GNAT Project Files
    --  Note that Name_External is already previously declared