From 1aa99e6b6d14c469ac825dde483d9c9f913a3ee2 Mon Sep 17 00:00:00 2001 From: Inaba Hiroto Date: Sat, 30 Dec 2000 23:27:10 +0900 Subject: more UTF8 test suites and an UTF8 patch Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> Just the patch part for now, and the pragma renamed as unicode::distinct. p4raw-id: //depot/perl@8267 --- regcomp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regcomp.h') diff --git a/regcomp.h b/regcomp.h index c8094e14a4..066e31f01d 100644 --- a/regcomp.h +++ b/regcomp.h @@ -192,6 +192,7 @@ struct regnode_charclass_class { /* There is a character or a range past 0xff */ #define ANYOF_UNICODE 0x20 +#define ANYOF_UNICODE_ALL 0x40 /* Can match any char past 0xff */ /* Are there any runtime flags on in this node? */ #define ANYOF_RUNTIME(s) (ANYOF_FLAGS(s) & 0x0f) -- cgit v1.2.1