Get rid of "error_is_fatal"
This commit is contained in:
parent
0d078d7148
commit
febefc6c6d
2
ell.c
2
ell.c
|
@ -575,9 +575,7 @@ struct context {
|
||||||
struct item *arguments; ///< Arguments to last executed block
|
struct item *arguments; ///< Arguments to last executed block
|
||||||
|
|
||||||
char *error; ///< Error information
|
char *error; ///< Error information
|
||||||
bool error_is_fatal; ///< Whether the error can be catched
|
|
||||||
bool memory_failure; ///< Memory allocation failure
|
bool memory_failure; ///< Memory allocation failure
|
||||||
|
|
||||||
void *user_data; ///< User data
|
void *user_data; ///< User data
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue