[pcre-dev] [Bug 1830] pcre2posix defines the same names as P…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 1830] New: pcre2posix defines the same names as POSIX
Subject: [pcre-dev] [Bug 1830] pcre2posix defines the same names as POSIX
https://bugs.exim.org/show_bug.cgi?id=1830

--- Comment #28 from Philip Hazel <ph10@???> ---
(In reply to Matthew Vernon from comment #24)
> (In reply to Philip Hazel from comment #20)
>
> > PCRE2POSIX_EXP_DECL int pcre2_regcomp(regex_t *, const char *, int);
> > PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
>
> For reference, the Debian packaging uses the rather infelicitous
> PCRE2regcomp (et al), and will probably have to continue doing so
> indefinitely.


Would it be helpful if pcre2posix.h also defined your names as macros for
pcre2_regcomp() etc? I don't think I mind doing this.

--
You are receiving this mail because:
You are on the CC list for the bug.