We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbecca commit 473979aCopy full SHA for 473979a
ext/pcre/pcre2lib/pcre2_jit_compile.c
@@ -82,7 +82,7 @@ pcre2_memctl *allocator = ((pcre2_memctl*)allocator_data);
82
allocator->free(ptr, allocator->memory_data);
83
}
84
85
-#include "../deps/sljit/sljit_src/sljitLir.c"
+#include "sljit/sljitLir.c"
86
87
#if defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED
88
#error Unsupported architecture
0 commit comments