Browse Source

FIXME note

pull/786/head
Sami Vaarala 9 years ago
parent
commit
64587d007a
  1. 3
      src/duk_api_public.h.in

3
src/duk_api_public.h.in

@ -266,6 +266,9 @@ DUK_EXTERNAL_DECL duk_int_t duk_api_global_line;
* Context management
*/
/* FIXME: reorder so that 'heap_udata' is last, as it is also used by
* the fatal handler.
*/
DUK_EXTERNAL_DECL
duk_context *duk_create_heap(duk_alloc_function alloc_func,
duk_realloc_function realloc_func,

Loading…
Cancel
Save