summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 16:51:13 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-24 16:51:13 +0000
commit0858480c587822bc316d0ab82ff83dfc094fbae7 (patch)
treec1b5caa7eb8caf55e60e1d3ad2f0aacdb45d94c3 /toke.c
parent8d7403e622043328cfb0578383ba6695cddabd46 (diff)
downloadperl-0858480c587822bc316d0ab82ff83dfc094fbae7.tar.gz
Make sure readpipe without argument can be followed by //
p4raw-id: //depot/perl@30748
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index ee7776f4e2..e4a52e3fdf 100644
--- a/toke.c
+++ b/toke.c
@@ -6417,7 +6417,7 @@ Perl_yylex(pTHX)
case KEY_readpipe:
set_csh();
- UNI(OP_BACKTICK);
+ UNIDOR(OP_BACKTICK);
case KEY_rewinddir:
UNI(OP_REWINDDIR);