From 51ca120ff61004035433ccdce7c99f1c09d01bf9 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 13 Jan 2014 12:13:18 -0700 Subject: Rename regex internal flag bit This is a clearer name; is used internally only in regcomp.c and regexec.c --- regcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regcomp.h') diff --git a/regcomp.h b/regcomp.h index 8bca5d233e..3a3add311c 100644 --- a/regcomp.h +++ b/regcomp.h @@ -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) -- cgit v1.2.1