https://bugs.exim.org/show_bug.cgi?id=1830
Bug ID: 1830
Summary: pcre2posix defines the same names as POSIX
Product: PCRE
Version: 10.21 (PCRE2)
Hardware: x86
OS: Linux
Status: NEW
Severity: wishlist
Priority: medium
Component: Code
Assignee: ph10@???
Reporter: malaise@???
CC: pcre-dev@???
At present pcre2posix defines the same names as POSIX (e.g. regcomp) which
makes difficult to ensure that we link with pcre2posix and not POSIX itself.
Would it be possible to define specific names (e.g. pcreposix_regcomp) and CPP
constants (e.g. #define regcomp pcreposix_regcomp) like in old pcreposix?
--
You are receiving this mail because:
You are on the CC list for the bug.