summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-08-05 11:30:11 +0100
committerFather Chrysostomos <sprout@cpan.org>2011-11-06 01:13:45 -0700
commit802a15e9c01d1a0b6bb74d5a6e5dcd9ee1a651a4 (patch)
tree811270446d0858e48ee5107d98ef0e9e680fe547 /op.h
parentcda6b701e74e196d7908411ab7c4da684203869d (diff)
downloadperl-802a15e9c01d1a0b6bb74d5a6e5dcd9ee1a651a4.tar.gz
eval STRING UTF8 cleanup.
(modified by the committer only to apply when the unicode_eval feature is enabled)
Diffstat (limited to 'op.h')
-rw-r--r--op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.h b/op.h
index 76b17bb721..a9ecedb8e4 100644
--- a/op.h
+++ b/op.h
@@ -295,6 +295,7 @@ Deprecated. Use C<GIMME_V> instead.
/* Private for OP_ENTEREVAL */
#define OPpEVAL_HAS_HH 2 /* Does it have a copy of %^H */
+#define OPpEVAL_UNICODE 4
/* Private for OP_CALLER and OP_WANTARRAY */
#define OPpOFFBYONE 128 /* Treat caller(1) as caller(2) */