J.8 Mod Clauses
Syntax
Static Semantics
{
AI05-0092-1}
for r use
record at mod a;
...
end record;
is equivalent to:
for r'Alignment use a;
for r use
record
...
end record;
Reason: The preferred syntax for specifying
the alignment of an entity is an
attribute_definition_clause
specifying the Alignment attribute. Therefore, the special-purpose
mod_clause
syntax is now obsolete.
Wording Changes from Ada 83
Ada 2005 and 2012 Editions sponsored in part by Ada-Europe