summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-20 21:22:41 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-20 21:23:01 -0800
commitc79dccf4f11f581397ffb75057a14e1e2efdb530 (patch)
tree9889583d0b7bd1bb65126fa7c35eefb57736438d /mg.c
parent59f8d31d34bbd5e9cde13ca5b6f1e4b40a8325c3 (diff)
downloadperl-c79dccf4f11f581397ffb75057a14e1e2efdb530.tar.gz
mg.c: _get_encoding needs dVAR
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg.c b/mg.c
index 679b309f86..50548cdbad 100644
--- a/mg.c
+++ b/mg.c
@@ -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) {