Hi PhilipWorking on the PCRE2 for z/OS and the API wiuth LE languages, I've found these:
| PCRE2 NATIVE API SERIALIZATION FUNCTIONS | | 357 | | | 358 | int32_t pcre2_serialize_decode(pcre2_code **codes, | | 359 | int32_t number_of_codes, const uint32_t *bytes, | | 360 | pcre2_general_context *gcontext); | | 361 | | | 362 | int32_t pcre2_serialize_encode(pcre2_code **codes, | | 363 | int32_t number_of_codes, uint32_t **serialized_bytes, | | 364 | PCRE2_SIZE *serialized_size, pcre2_general_context *gcontext); | I would suggest that on line 359 it should read 'uint8_t *bytes' On line 362 it should read '(const pcre2_code **codes,' On line 363, again, it should read 'uint8_t *bytes' Ze'ev Atlas -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
