summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-08-25 18:42:46 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2002-08-25 18:42:46 +0000
commit6f33ba736d46c2f5bfdb2405fd09d82ec18a1d07 (patch)
treef5863be8476f45a5a89f4a8149544dd685f3f482 /perl.h
parent4f2c4fd8672a69832963d72529d4a1e84c6fcacf (diff)
downloadperl-6f33ba736d46c2f5bfdb2405fd09d82ec18a1d07.tar.gz
Fix parsing problems with the // operator.
Make // able to follow various unary operators used without arguments or parens (shift, pop, getc, pos, readline, readlink, undef, umask, and the filetest operators), as well as the <FH> operator. p4raw-id: //depot/perl@17777
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index e5e97b8b94..d1b369da57 100644
--- a/perl.h
+++ b/perl.h
@@ -3178,7 +3178,8 @@ typedef enum {
XBLOCK,
XATTRBLOCK,
XATTRTERM,
- XTERMBLOCK
+ XTERMBLOCK,
+ XTERMORDORDOR /* evil hack */
} expectation;
enum { /* pass one of these to get_vtbl */