18 fprintf(stderr, "Assertion failed: file %s, line %d\n", __FILE__, __LINE__); \
19 hoc_execerror(#ex, (char*) 0); \
27 fprintf(stderr, "Assertion failed: file %s, line %d\n", __FILE__, __LINE__); \
28 hoc_execerror("ex", (char*) 0); \
HOC interpreter function declarations (included by hocdec.h)