p4raw-id: //depot/perl@29284
/* 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 */
#endif
bool
-CAT2(sv_setsv_cow_hashkey_, SUFFIX) (pTHX) {
+CAT2(sv_setsv_cow_hashkey_, SUFFIX) () {
+ dTHX;
SV *source = newSVpvn_share("pie", 3, 0);
SV *destination = newSV(0);
bool result;