summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-29 11:49:09 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-29 11:49:09 +0000
commita1cf41cd41cfa3d3c737acde06e0d3bbd02dd08d (patch)
treed68ef962ad9f90c392193f167f6498bdb56bfe5f /op.h
parent866c78d1cf6feeffe34601c244c137d8b30ec2e4 (diff)
downloadperl-a1cf41cd41cfa3d3c737acde06e0d3bbd02dd08d.tar.gz
Note to future self about moving the regexp flag bits around.
p4raw-id: //depot/perl@32759
Diffstat (limited to 'op.h')
-rw-r--r--op.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/op.h b/op.h
index 9dda22fbcb..bab04ca6ba 100644
--- a/op.h
+++ b/op.h
@@ -367,7 +367,8 @@ struct pmop {
#define PMf_EVAL 0x0400 /* evaluating replacement as expr */
/* The following flags have exact equivalents in regcomp.h with the prefix RXf_
- * which are stored in the regexp->extflags member.
+ * which are stored in the regexp->extflags member. If you change them here,
+ * you have to change them there, and vice versa.
*/
#define PMf_LOCALE 0x00800 /* use locale for character types */
#define PMf_MULTILINE 0x01000 /* assume multiple lines */