diff options
author | Tony Cook <tony@saturn.(none)> | 2013-12-11 09:48:15 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-16 10:47:07 +1100 |
commit | 61608bb78702625b199caa5a6e160f5c0a034184 (patch) | |
tree | 027cd3db867d222e06e9a6eb9c98b2f271bf91f4 /inline.h | |
parent | 984babd393db946d8ca776fc96936e2ee02460a0 (diff) | |
download | perl-61608bb78702625b199caa5a6e160f5c0a034184.tar.gz |
[perl #120670] make perl headers C++11 compatible
Diffstat (limited to 'inline.h')
-rw-r--r-- | inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |