[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 #30 from Philip Hazel <ph10@???> ---
OK. I have applied the patch to trunk, with some formatting and comment
editing. The only problem I hit was warnings like this:

src/pcre2posix.c:190:1: warning: no previous prototype for 'regerror'
[-Wmissing-prototypes]

This was easily fixed by adding the prototypes to the .c file. I have updated
the documentation in pcre2posix.3 and also did some editing of README. I also
added the Debian aliases as macros to the .h file, but without any
documentation (except a comment above them). Please let me know if there are
any problems with any of this.

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