Previous: Switch and Parameter Directives To the Table of Content Next: $AC: Ada-Style Comments Switch

- 3.2.1 -
Compiler Directives
Switch and Parameter Directives

$A: Data Align Switch

Targets: MS-DOS, OS/2, Win32


Compiler directives

Switches on/off word-alignment of variables and typed constants

Syntax:
  {$A+} or {$A-}
Default:
  {A+}
Remarks:
The data align switch has no affect on structures and objects alignment. Use $OA compiler directive to switch on/off structures and objects alignment.


Previous: Switch and Parameter Directives To the Table of Content Next: $AC: Ada-Style Comments Switch
Switch and Parameter Directives Table of Content $AC: Ada-Style Comments Switch

- 3.2.1 -