summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorTony Cook <tony@saturn.(none)>2013-12-11 09:48:15 +1100
committerTony Cook <tony@develop-help.com>2014-01-16 10:47:07 +1100
commit61608bb78702625b199caa5a6e160f5c0a034184 (patch)
tree027cd3db867d222e06e9a6eb9c98b2f271bf91f4 /inline.h
parent984babd393db946d8ca776fc96936e2ee02460a0 (diff)
downloadperl-61608bb78702625b199caa5a6e160f5c0a034184.tar.gz
[perl #120670] make perl headers C++11 compatible
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inline.h b/inline.h
index 226970bd88..518d8da5e0 100644
--- 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