Duktape: Make declaration match definition for duk_refzero_check_fast()
This commit is contained in:
parent
f6073cd699
commit
4bf20cc693
|
@ -5184,7 +5184,7 @@ struct duk_heaphdr_string {
|
|||
#if defined(DUK_USE_REFERENCE_COUNTING)
|
||||
#if defined(DUK_USE_FINALIZER_SUPPORT)
|
||||
DUK_INTERNAL_DECL void duk_refzero_check_slow(duk_hthread *thr);
|
||||
DUK_INTERNAL_DECL void duk_refzero_check_fast(duk_hthread *thr);
|
||||
DUK_INTERNAL_DECL DUK_INLINE void duk_refzero_check_fast(duk_hthread *thr);
|
||||
#endif
|
||||
DUK_INTERNAL_DECL void duk_heaphdr_refcount_finalize_norz(duk_heap *heap, duk_heaphdr *hdr);
|
||||
DUK_INTERNAL_DECL void duk_hobject_refcount_finalize_norz(duk_heap *heap, duk_hobject *h);
|
||||
|
|
Loading…
Reference in New Issue