J.8 Mod Clauses
Syntax
Static Semantics
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