summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-12-19 16:35:11 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-12-19 16:35:11 +0100
commit92debb1f30ff2be1baebc5b4b7b586f9e20ca99e (patch)
treebc50e3fb87eda222a88bf207fec6a2a60c939ed9 /perl.h
parent73417872868b4fe7deaa2713f30820836102d25d (diff)
downloadperl-tux/5.8-dor.tar.gz
Apply defined-or patch for 5.8.x-dortux/5.8-dor
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 1bab046f9b..3b0b1dc5a1 100644
--- a/perl.h
+++ b/perl.h
@@ -4345,7 +4345,8 @@ typedef enum {
XBLOCK,
XATTRBLOCK,
XATTRTERM,
- XTERMBLOCK
+ XTERMBLOCK,
+ XTERMORDORDOR /* evil hack */
} expectation;
enum { /* pass one of these to get_vtbl */