/[no]alignment

Syntax:

/alignment[:keyword...], /noalignment, or /Zpn

The /alignment option specifies the alignment of data items in common blocks, record structures, and derived-type structures. The /Zpn option specifies the alignment of data items in derived-type or record structures.

The /alignment options are:

When you omit the /alignment option, records and components of derived types are naturally aligned, but fields in common blocks are packed. This default is equivalent to:

  /alignment=(nocommons,nodcommons,records,nosequence)

You can also control the alignment of components in records and derived types and data items in common blocks by Using the cDEC$ OPTIONS Directive.