projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8d7403e
)
Make sure readpipe without argument can be followed by //
Rafael Garcia-Suarez [Sat, 24 Mar 2007 16:51:13 +0000 (16:51 +0000)]
p4raw-id: //depot/perl@30748
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
ee7776f
..
e4a52e3
100644
(file)
--- 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);