Name_Warn : constant Name_Id := N + $;
Name_Working_Storage : constant Name_Id := N + $;
- -- used by Repinfo JSON I/O
-
- Name_Present : constant Name_Id := N + $;
-
-- Names of recognized attributes. The entries with the comment "Ada 83"
-- are attributes that are defined in Ada 83, but not in Ada 95. These
-- attributes are implemented in all Ada modes in GNAT.
Name_Discriminant : constant Name_Id := N + $;
Name_Operands : constant Name_Id := N + $;
+ Name_Present : constant Name_Id := N + $;
-- Other miscellaneous names used in front end
-- Note that the UP_ prefix means use the rest of the name in uppercase,