summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-07-07 05:36:34 -0300
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:15 -0700
commitfef7e7a0d925d30d26a582ced2513cc84123126a (patch)
tree795c46d147dd4746158f3d7a826c7c4d7cf3d698 /perl.h
parentd66cca07c259ee0fa9dabf92f232aef9820446a3 (diff)
downloadperl-fef7e7a0d925d30d26a582ced2513cc84123126a.tar.gz
"Use of uninitialized value..." UTF8 cleanup
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index a6679b6f33..200fd82297 100644
--- a/perl.h
+++ b/perl.h
@@ -4215,6 +4215,8 @@ START_EXTERN_C
/* handy constants */
EXTCONST char PL_warn_uninit[]
INIT("Use of uninitialized value%s%s%s");
+EXTCONST char PL_warn_uninit_sv[]
+ INIT("Use of uninitialized value%"SVf"%s%s");
EXTCONST char PL_warn_nosemi[]
INIT("Semicolon seems to be missing");
EXTCONST char PL_warn_reserved[]