Skip to content

Commit

Permalink
drop
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek committed Nov 30, 2018
1 parent 54ea946 commit 33a93ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/deps/duktape/duk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ void duk_extstr_set_handler(extstr_intern_check_fn _check, extstr_free_fn _free)

#define DUK_USE_EXTSTR_INTERN_CHECK duk_extstr_intern_check
#define DUK_USE_EXTSTR_FREE duk_extstr_free
//#define DUK_USE_VOLUNTARY_GC
#undef DUK_USE_VOLUNTARY_GC

/*
* Intermediate helper defines
Expand Down Expand Up @@ -2995,7 +2997,6 @@ typedef struct duk_hthread duk_context;
#undef DUK_USE_VALSTACK_UNSAFE
#define DUK_USE_VERBOSE_ERRORS
#define DUK_USE_VERBOSE_EXECUTOR_ERRORS
#undef DUK_USE_VOLUNTARY_GC
#define DUK_USE_ZERO_BUFFER_DATA

/*
Expand Down

0 comments on commit 33a93ef

Please sign in to comment.