typedef struct {
ucs2_t key;
- unsigned long len;
- unsigned long next;
+ unsigned int len : 8;
+ unsigned int next : 8;
_ure_cclsetup_t func;
unsigned long mask;
} _ure_trie_t;
_ure_add_range(&sym->sym.ccl, &range, b);
}
-static _ure_trie_t cclass_trie[] = {
+static const _ure_trie_t cclass_trie[] = {
{0x003a, 1, 1, 0, 0},
{0x0061, 9, 10, 0, 0},
{0x0063, 8, 19, 0, 0},
{
int i;
unsigned long n;
- _ure_trie_t *tp;
+ const _ure_trie_t *tp;
ucs2_t *sp, *ep;
/*