summarylogtreecommitdiffstats
path: root/0001-Remove-arch-restrictions.patch
blob: 89458dc517ee3cb7a59a7b0ced7a17608b1484d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/pcre_jit_compile.c
+++ b/pcre_jit_compile.c
@@ -61,10 +61,6 @@
 
 #include "sljit/sljitLir.c"
 
-#if defined SLJIT_CONFIG_UNSUPPORTED && SLJIT_CONFIG_UNSUPPORTED
-#error Unsupported architecture
-#endif
-
 /* Defines for debugging purposes. */
 
 /* 1 - Use unoptimized capturing brackets.