Skip to content

Commit a378e8d

Browse files
committed
Move character matching code into pcre2_jit_char_inc.h
Useful for eclass jit implementation.
1 parent 9134ae9 commit a378e8d

File tree

5 files changed

+2350
-2297
lines changed

5 files changed

+2350
-2297
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ COMMON_SOURCES = \
387387
src/pcre2_find_bracket.c \
388388
src/pcre2_internal.h \
389389
src/pcre2_intmodedep.h \
390+
src/pcre2_jit_char_inc.h \
390391
src/pcre2_jit_compile.c \
391392
src/pcre2_jit_neon_inc.h \
392393
src/pcre2_jit_simd_inc.h \

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ The distribution should contain the files listed below.
863863
src/pcre2_compile.h header for internal use
864864
src/pcre2_internal.h header for internal use
865865
src/pcre2_intmodedep.h a mode-specific internal header
866+
src/pcre2_jit_char_inc.h header used by JIT
866867
src/pcre2_jit_neon_inc.h header used by JIT
867868
src/pcre2_jit_simd_inc.h header used by JIT
868869
src/pcre2_ucp.h header for Unicode property handling

doc/html/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ The distribution should contain the files listed below.
863863
src/pcre2_compile.h header for internal use
864864
src/pcre2_internal.h header for internal use
865865
src/pcre2_intmodedep.h a mode-specific internal header
866+
src/pcre2_jit_char_inc.h header used by JIT
866867
src/pcre2_jit_neon_inc.h header used by JIT
867868
src/pcre2_jit_simd_inc.h header used by JIT
868869
src/pcre2_ucp.h header for Unicode property handling

0 commit comments

Comments
 (0)