Previous: struct x1f4_c1lookup_type, Up: Imperative Language Interpreter Types
typedef struct x1f4_c1record_type { union { ... } data; unsigned code; } x1f4_c1record_type;
The struct x1f4_c1record_type
records program parse errors.
code
code
field indicates the syntax error that prevented successful
program parsing. It is set to set to one of parse error definitions.