diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-25 13:48:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-05-25 13:48:56 +0200 |
commit | febefc6c6d58a28025e4ac96fa173d52938f3e2e (patch) | |
tree | 9975e5f85deaa670db50c43253d1b24387e3ceff | |
parent | 0d078d714869d268cdb867ddb3c2c5e20eec36ea (diff) | |
download | ell-febefc6c6d58a28025e4ac96fa173d52938f3e2e.tar.gz ell-febefc6c6d58a28025e4ac96fa173d52938f3e2e.tar.xz ell-febefc6c6d58a28025e4ac96fa173d52938f3e2e.zip |
Get rid of "error_is_fatal"
-rw-r--r-- | ell.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -575,9 +575,7 @@ struct context { struct item *arguments; ///< Arguments to last executed block char *error; ///< Error information - bool error_is_fatal; ///< Whether the error can be catched bool memory_failure; ///< Memory allocation failure - void *user_data; ///< User data }; |