Next: , Previous: struct x1f4_eelookup_type, Up: Expression Evaluator Types


2.20.2.3 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.