summaryrefslogtreecommitdiff
path: root/perly.act
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-12 22:17:40 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-12 22:17:40 +0000
commit12bd6ede29d13c215438daf78d15695e487886b0 (patch)
tree78ba457776b01252a85ffb3957bce4289c26f607 /perly.act
parent5afb0a623b9b99b8da0168b2f2a3030d9165d7ff (diff)
downloadperl-12bd6ede29d13c215438daf78d15695e487886b0.tar.gz
move PL_in_my and PL_in_my_stash into the PL_parser struct
p4raw-id: //depot/perl@31203
Diffstat (limited to 'perly.act')
-rw-r--r--perly.act2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.act b/perly.act
index 294194b87d..3cdae59068 100644
--- a/perly.act
+++ b/perly.act
@@ -1535,7 +1535,7 @@ case 2:
case 200:
#line 1293 "perly.y"
- { PL_in_my = 0; (yyval.opval) = my((ps[(1) - (1)].val.opval)); ;}
+ { PL_parser->in_my = 0; (yyval.opval) = my((ps[(1) - (1)].val.opval)); ;}
break;
case 201: