| 2009 |
{ |
{ |
| 2010 |
DEFINE_COMPILER; |
DEFINE_COMPILER; |
| 2011 |
struct sljit_jump *beginend; |
struct sljit_jump *beginend; |
| 2012 |
|
#ifdef SUPPORT_UTF8 |
| 2013 |
struct sljit_jump *jump; |
struct sljit_jump *jump; |
| 2014 |
|
#endif |
| 2015 |
|
|
| 2016 |
SLJIT_ASSERT(ctype_word == 0x10); |
SLJIT_ASSERT(ctype_word == 0x10); |
| 2017 |
|
|
| 2753 |
int length; |
int length; |
| 2754 |
unsigned int c, oc, bit; |
unsigned int c, oc, bit; |
| 2755 |
compare_context context; |
compare_context context; |
|
struct sljit_label *label; |
|
| 2756 |
struct sljit_jump *jump[4]; |
struct sljit_jump *jump[4]; |
| 2757 |
#ifdef SUPPORT_UTF8 |
#ifdef SUPPORT_UTF8 |
| 2758 |
|
struct sljit_label *label; |
| 2759 |
#ifdef SUPPORT_UCP |
#ifdef SUPPORT_UCP |
| 2760 |
uschar propdata[5]; |
uschar propdata[5]; |
| 2761 |
#endif |
#endif |