Commit 2a690f1f by Arnaud Charlet

Minor clean up.

From-SVN: r145899
parent 550f4135
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment