This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate isFOO_utf8() macros
[perl5.git] / ext / XS-APItest / core_or_not.inc
index 9c1cf56..074fe60 100644 (file)
@@ -19,7 +19,7 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) () {
     if(!SvIsCOW(source)) {
        SvREFCNT_dec(source);
        Perl_croak(aTHX_ "Creating a shared hash key scalar failed when "
-              STRINGIFY(SUFFIX) " got flags %"UVxf, (UV)SvFLAGS(source));
+              STRINGIFY(SUFFIX) " got flags %" UVxf, (UV)SvFLAGS(source));
     }
 
     sv_setsv(destination, source);
@@ -35,9 +35,6 @@ CAT2(sv_setsv_cow_hashkey_, SUFFIX) () {
 /*
  * Local variables:
  * mode: c
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
  * End:
  *
  * ex: set ts=8 sts=4 sw=4 et: