Next: struct x1f4_function_type, Previous: struct x1f4_eelookup_type, Up: Expression Evaluator Types
typedef struct x1f4_eerecord_type { union { ... } data; unsigned code; } x1f4_eerecord_type;
The struct x1f4_eerecord_type
records expression parse errors.
code
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.