You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: pcreposix.h
|
|
|
|
|
--- pcreposix.h.orig 2007-08-01 11:06:39 +0200
|
|
|
|
|
+++ pcreposix.h 2008-01-10 21:46:25 +0100
|
|
|
|
|
@@ -129,6 +129,12 @@
|
|
|
|
|
|
|
|
|
|
/* The functions */
|
|
|
|
|
|
|
|
|
|
+/* link-time symbol namespace conflict prevention */
|
|
|
|
|
+#define regcomp pcreposix_regcomp
|
|
|
|
|
+#define regexec pcreposix_regexec
|
|
|
|
|
+#define regerror pcreposix_regerror
|
|
|
|
|
+#define regfree pcreposix_regfree
|
|
|
|
|
+
|
|
|
|
|
PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
|
|
|
|
|
PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
|
|
|
|
regmatch_t *, int);
|