diff options
author | Brian Fraser <fraserbn@gmail.com> | 2011-07-07 05:36:34 -0300 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:15 -0700 |
commit | fef7e7a0d925d30d26a582ced2513cc84123126a (patch) | |
tree | 795c46d147dd4746158f3d7a826c7c4d7cf3d698 /perl.h | |
parent | d66cca07c259ee0fa9dabf92f232aef9820446a3 (diff) | |
download | perl-fef7e7a0d925d30d26a582ced2513cc84123126a.tar.gz |
"Use of uninitialized value..." UTF8 cleanup
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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[] |