diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 15:22:14 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 15:22:14 +0200 |
commit | 2a690f1fa638507ef11958dcc3699365727edcaf (patch) | |
tree | e7e552429badf6a9218e8c34dd3ccabe9b67b514 | |
parent | 550f4135fd793241e55fb66d8e267b7c2f7478b6 (diff) | |
download | gcc-2a690f1fa638507ef11958dcc3699365727edcaf.zip gcc-2a690f1fa638507ef11958dcc3699365727edcaf.tar.gz gcc-2a690f1fa638507ef11958dcc3699365727edcaf.tar.bz2 |
Minor clean up.
From-SVN: r145899
-rw-r--r-- | gcc/ada/snames.ads-tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl index 48001f6..fc7f992 100644 --- a/gcc/ada/snames.ads-tmpl +++ b/gcc/ada/snames.ads-tmpl @@ -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 |