Explorar o código

Fix linker warnings from pcre (#598)

tobil4sk %!s(int64=2) %!d(string=hai) anos
pai
achega
921d104242
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/std/regexp.c

+ 1 - 0
src/std/regexp.c

@@ -21,6 +21,7 @@
  */
 #include <hl.h>
 
+#define PCRE2_STATIC
 #include <pcre2.h>
 
 typedef struct _ereg ereg;