Previous: struct x1f4_c1lookup_type, Up: Imperative Language Interpreter Types


4.8.2.3 struct x1f4_c1record_type

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

The struct x1f4_c1record_type records program parse errors.

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

See Imperative Program Parsing Error Reporting.