diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-20 21:22:41 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-20 21:23:01 -0800 |
commit | c79dccf4f11f581397ffb75057a14e1e2efdb530 (patch) | |
tree | 9889583d0b7bd1bb65126fa7c35eefb57736438d /mg.c | |
parent | 59f8d31d34bbd5e9cde13ca5b6f1e4b40a8325c3 (diff) | |
download | perl-c79dccf4f11f581397ffb75057a14e1e2efdb530.tar.gz |
mg.c: _get_encoding needs dVAR
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -784,6 +784,7 @@ Perl__get_encoding(pTHX) * it, so we put the object into the global, and put a simple boolean into * the hints hash giving whether the global is valid or not */ + dVAR; SV *is_encoding; if (PL_encoding) { |