diff options
Diffstat (limited to 'ext/XS/APItest/APItest.xs')
-rw-r--r-- | ext/XS/APItest/APItest.xs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/XS/APItest/APItest.xs b/ext/XS/APItest/APItest.xs index 8e9d2ffa55..827e362379 100644 --- a/ext/XS/APItest/APItest.xs +++ b/ext/XS/APItest/APItest.xs @@ -51,6 +51,10 @@ my_cxt_setsv_p(SV* sv _pMY_CXT) /* from exception.c */ int exception(int); +/* from core_or_not.inc */ +bool sv_setsv_cow_hashkey_core(void); +bool sv_setsv_cow_hashkey_notcore(void); + /* A routine to test hv_delayfree_ent (which itself is tested by testing on hv_free_ent */ |