Next: , Previous: , Up: Types   [Index]


3.22.2.7 struct x1f4_eerecord_type

typedef struct x1f4_eerecord_type {
    union {
        ...
    } data;
    unsigned code;
} x1f4_eerecord_type;

The struct x1f4_eerecord_type records expression parse errors.

code

The code field indicates the syntax error that prevented successful expression parsing. It is set to set to one of parse error definitions.

See Error Reporting.

See Parse Error Definitions.