This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #120670] make perl headers C++11 compatible
[perl5.git] / inline.h
index 226970b..518d8da 100644 (file)
--- a/inline.h
+++ b/inline.h
@@ -244,7 +244,7 @@ S_bootstrap_ctype(U8 character, UV classnum, bool full_Latin1)
 
         default: break;
     }
-    Perl_croak(aTHX_ "panic: bootstrap_ctype() has an unexpected character class '%"UVxf"'", classnum);
+    Perl_croak(aTHX_ "panic: bootstrap_ctype() has an unexpected character class '%" UVxf "'", classnum);
 }
 #endif