summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-11-12 12:45:29 +0000
committerDavid Mitchell <davem@iabyn.com>2019-11-12 12:46:56 +0000
commit5fd49982f066fe0bba7131745725d7f61278b51c (patch)
treeacb468c1f7ce6672376864f0cfe558034e7bd337 /toke.c
parent6bd6308fcea3541e505651bf8e8127a4a03d22cd (diff)
downloadperl-5fd49982f066fe0bba7131745725d7f61278b51c.tar.gz
fix build under PERL_GLOBAL_STRUCT_PRIVATE
sprinkle a few random 'dVAR's at the top of some fns.
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toke.c b/toke.c
index 862dbb453e..24df24d300 100644
--- a/toke.c
+++ b/toke.c
@@ -8364,6 +8364,7 @@ yyl_key_core(pTHX_ char *s, STRLEN len, struct code c)
static int
yyl_keylookup(pTHX_ char *s, GV *gv)
{
+ dVAR;
STRLEN len;
bool anydelim;
I32 key;