Next: , Previous: , Up: Imperative Language Interpreter Functions   [Index]


5.9.3.27 x1f4_stat_program

extern int x1f4_stat_program
    (void *data, int (*this)(void *, const char *, unsigned),
     const char *program, struct x1f4_c1record_type *c1record,
     struct x1f4_eelookup_type *eelookup);

The x1f4_stat_program function details the syntax error that prevented successful program parsing.

See Imperative Program Parsing Error Reporting.

The function is a x1f4_lame_program proxy that disregards any of the optionally set features of its struct x1f4_c1record_type parameter.

See x1f4_lame_program.

See struct x1f4_c1record_type.