[pcre-dev] Some issues in compiling PCRE2

Startseite
Nachricht löschen
Autor: Ze'ev Atlas
Datum:  
To: Philip Hazel, Pcre Exim
Betreff: [pcre-dev] Some issues in compiling PCRE2
Hi Philip
1. pcre2_compile.c (and some other modules) make use of a macro UINT32_MAX uint32_t limit_match = UINT32_MAX;Could you please tell me where is that defined.  Even if z/OS C does not have it, I can define it in config.h, but I'd rather do an #include to that header file (BTW how is that macro defined if the header is not available to me?)
2. Is it my wild imagination or is it true that pcre2_printint.c does not contain #include "pcre2_internal.h" (and some other crucial #include's as well) anymore?  Ze'ev Atlas