X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..c13ac0be4e632012a2344baecc513dfb99811ccd:/regex/TRE/lib/tre-internal.h diff --git a/regex/TRE/lib/tre-internal.h b/regex/TRE/lib/tre-internal.h index 86e93d2..aa67484 100644 --- a/regex/TRE/lib/tre-internal.h +++ b/regex/TRE/lib/tre-internal.h @@ -300,7 +300,9 @@ struct tnfa { tre_tnfa_transition_t *initial; tre_tnfa_transition_t *final; tre_submatch_data_t *submatch_data; +#ifdef USE_FIRSTPOS_CHARS /* not defined */ char *firstpos_chars; +#endif /* USE_FIRSTPOS_CHARS */ tre_tag_direction_t *tag_directions; int *minimal_tags; tre_last_matched_branch_t *last_matched_branch;