mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
Duktape: Make declaration match definition for duk_refzero_check_fast()
This commit is contained in:
parent
40e589531e
commit
9a8577fead
@ -5145,7 +5145,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
Block a user