mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Duktape: Make declaration match definition for duk_refzero_check_fast()
Restore 9a8577fead
for 2.2.0 import.
This commit is contained in:
parent
0a7f62ceb0
commit
0759139c61
@ -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
Block a user