summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-05-24 02:34:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-05-24 02:34:20 +0000
commit9675f7ac35061616b1770751dc4303671c1e0ebe (patch)
tree9292a3b5defc622fc0465fba8fdbfc0e984aaa8b /toke.c
parent18228614d1dac2db099ef3d8846e53f44accce72 (diff)
downloadperl-9675f7ac35061616b1770751dc4303671c1e0ebe.tar.gz
oops, some files missing in change#3449
p4raw-link: @3449 on //depot/perl: 18228614d1dac2db099ef3d8846e53f44accce72 p4raw-id: //depot/perl@3450
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 df45a56980..441839b12b 100644
--- a/toke.c
+++ b/toke.c
@@ -3233,6 +3233,7 @@ int yylex(PERL_YYLEX_PARAM_DECL)
/* Resolve to GV now. */
op_free(yylval.opval);
yylval.opval = newCVREF(0, newGVOP(OP_GV, 0, gv));
+ yylval.opval->op_private |= OPpENTERSUB_NOPAREN;
PL_last_lop = PL_oldbufptr;
PL_last_lop_op = OP_ENTERSUB;
/* Is there a prototype? */