diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-13 12:13:18 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-22 11:45:57 -0700 |
commit | 51ca120ff61004035433ccdce7c99f1c09d01bf9 (patch) | |
tree | ac1577d1ceb13665df3cc0f42feb97dadbe4553c /regcomp.h | |
parent | 710680787cad21825395c0224606ac1535624c52 (diff) | |
download | perl-51ca120ff61004035433ccdce7c99f1c09d01bf9.tar.gz |
Rename regex internal flag bit
This is a clearer name; is used internally only in regcomp.c and
regexec.c
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ struct regnode_ssc { /* Match all Latin1 characters that aren't ASCII when the target string is not * in utf8. */ -#define ANYOF_NON_UTF8_LATIN1_ALL 0x80 +#define ANYOF_NON_UTF8_NON_ASCII_ALL 0x80 #define ANYOF_FLAGS_ALL (0xff) |