Skip to content

Commit

Permalink
Fixed the build failure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 30, 2017
1 parent d3324a8 commit 0947905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/b6b_exc.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ static enum b6b_res b6b_exc_proc_try(struct b6b_interp *interp,
}

if (argc == 4) {
#ifdef B6B_HAVE_THREADS
exit = interp->exit;
/* if the try block triggered exit, postpone it and let the finally
* block run */
#ifdef B6B_HAVE_THREADS
interp->exit = 0;
#endif
o = b6b_ref(interp->fg->_);
Expand Down

0 comments on commit 0947905

Please sign in to comment.