|
|
@@ -46,8 +46,6 @@ typedef void error_printer(const char *emsg, const char *contextstring);
|
|
|
void print_fatal_error(const char *emsg, const char *contextstring);
|
|
|
void catch_fatal_error(void);
|
|
|
|
|
|
-#define push_error_handler push_error_context_jump
|
|
|
-
|
|
|
void push_error_context_jump(jmp_buf *jbufp, error_printer *printerror,
|
|
|
const char *contextstring);
|
|
|
void push_error_context_func(error_handler *func, error_printer *printerror,
|