Skip to content
Snippets Groups Projects
Commit eb8c3e9f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/error.h:1.13
parent 558db1f8
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ extern int throw_severity;
recoveries->onerror=(X).previous; \
} while(0)
#else
#define UNSET_ONERROR(X) recoveries->onerror=X.previous
#define UNSET_ONERROR(X) recoveries && (recoveries->onerror=X.previous)
#endif
/* Prototypes begin here */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment