packstruct

Controls the alignment of long words in structures.

Compatibility

This pragma is compatible with the DSP56800, but it is not compatible with the DSP56800E.

Syntax
  #pragma packstruct on | off | reset  
Remarks

If you enable this pragma, integer longs within structures are aligned on four byte boundaries. When this pragma is disabled there is no alignment within structures. This pragma does not correspond to any setting in the Language panel. To check this setting, use __option(packstruct), described in Checking Pragma Settings. By default, this pragma is enabled.