summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-11-15 05:42:09 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-03-25 14:08:22 -0700
commit5db1eb8d3ecc607380cd43267d08149b82822fe9 (patch)
tree7e87adca6d09b5757f4c116dba6780f8b26deeba /op.h
parent70558906b0dcb94c924d98d19c32c8f22f495cde (diff)
downloadperl-5db1eb8d3ecc607380cd43267d08149b82822fe9.tar.gz
Label UTF8 cleanup
This meant changing LABEL's definition in perly.y, so most of this commit is actually from the regened files.
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/op.h b/op.h
index 797a8fd178..09bf394f2f 100644
--- a/op.h
+++ b/op.h
@@ -317,6 +317,9 @@ Deprecated. Use C<GIMME_V> instead.
#define OPpCOREARGS_SCALARMOD 64 /* \$ rather than \[$@%*] */
#define OPpCOREARGS_PUSHMARK 128 /* Call pp_pushmark */
+/* Private for OP_(LAST|REDO|NEXT|GOTO|DUMP) */
+#define OPpPV_IS_UTF8 128 /* label is in UTF8 */
+
struct op {
BASEOP
};