use PCRE_STATIC

This commit is contained in:
Vladimir Dubrovin 2025-03-14 17:55:09 +03:00
parent 7652a9bba1
commit 6944a012d9

View File

@ -13,6 +13,8 @@
extern "C" {
#endif
#define PCRE_STATIC
#ifndef isnumber
#define isnumber(i_n_arg) ((i_n_arg>='0')&&(i_n_arg<='9'))
#endif