summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2020-03-20 13:36:37 +0000
committerDavid Mitchell <davem@iabyn.com>2020-03-20 13:45:55 +0000
commitfe5892c19249419cf5c19730bf44e2dd7703be46 (patch)
tree3591beec922f9cd403ad99d8dfa009071f671dd9 /util.c
parenta534eb5d131a5cd6a748c62c6eb1dd2a579b6e92 (diff)
downloadperl-fe5892c19249419cf5c19730bf44e2dd7703be46.tar.gz
fix PERL_GLOBAL_STRUCT_PRIVATE builds
Sprinkle some dVAR pixie dust to fix recent bitrot on that build configuration.
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 3b910965aa..e95cb6684d 100644
--- a/util.c
+++ b/util.c
@@ -3632,6 +3632,7 @@ void
Perl_init_tm(pTHX_ struct tm *ptm) /* see mktime, strftime and asctime */
{
#ifdef HAS_TM_TM_ZONE
+ dVAR;
Time_t now;
const struct tm* my_tm;
PERL_UNUSED_CONTEXT;