Skip to content

Commit

Permalink
Enable timeout checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
asakatida committed Oct 14, 2018
1 parent 0948093 commit d65525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duktape/src/duk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2791,6 +2791,7 @@ typedef struct duk_hthread duk_context;
*/

#define DUK_USE_CPP_EXCEPTIONS
#define DUK_USE_EXEC_TIMEOUT_CHECK

/*
* Autogenerated defaults
Expand Down Expand Up @@ -2857,7 +2858,6 @@ typedef struct duk_hthread duk_context;
#undef DUK_USE_EXEC_INDIRECT_BOUND_CHECK
#undef DUK_USE_EXEC_PREFER_SIZE
#define DUK_USE_EXEC_REGCONST_OPTIMIZE
#undef DUK_USE_EXEC_TIMEOUT_CHECK
#undef DUK_USE_EXPLICIT_NULL_INIT
#undef DUK_USE_EXTSTR_FREE
#undef DUK_USE_EXTSTR_INTERN_CHECK
Expand Down

0 comments on commit d65525a

Please sign in to comment.