BITFIELD(SIGNED) | BITFIELD(UNSIGNED)

Category

Floating-point and integer control

Pragma equivalent

None.

Purpose

Specifies whether bit fields are signed or unsigned.

Syntax

Read syntax diagramSkip visual syntax diagramBITFIELD( UNSIGNEDSIGNED)

Defaults

BITFIELD(UNSIGNED)

Parameters

SIGNED
Bit fields are signed.
UNSIGNED
Bit fields are unsigned.

Usage

The usage status of this option is inserted in the object file to aid you in diagnosing a problem with your program.

Predefined macros

None.