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

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

--- Comment #3 from Philip Hazel <ph10@???> ---
(In reply to Pascal MALAISE from comment #2)
> In pcreposix.h (8.38) I see:
> PCREPOSIX_EXP_DECL int pcreposix_regcomp(regex_t *, const char *, int);
> and further on in the same file:
> #define regcomp pcreposix_regcomp


I'm afraid I do not see that. In the pcre 8.38 file that I released, I see:

PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);          


> Maybe the pcreposix_regcomp() and #define regcomp pcreposix_regcomp is an
> artifact introduced by the debian packager? I use Ubuntu 16.04.
> (In reply to Philip Hazel from comment #1)


I suspect that must be the case.

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