p4raw-id: //depot/perl@7088
#define UNIMPLEMENTED(x,y) y x (SV *sv, char *encoding) { \
Perl_croak("panic_unimplemented"); \
+ return (y)0; /* fool picky compilers */ \
}
UNIMPLEMENTED(_encoded_utf8_to_bytes, I32)
UNIMPLEMENTED(_encoded_bytes_to_utf8, I32)