Previous: struct x1f4_a1_type, Up: Procedural Language Interpreter Types


5.6.2.2 struct x1f4_a1record_type

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

The struct x1f4_a1record_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 Procedural Program Parsing Error Reporting.