/[packages]/updates/5/pcre/current/SOURCES/bug2173.patch
ViewVC logotype

Contents of /updates/5/pcre/current/SOURCES/bug2173.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1182963 - (show annotations) (download)
Sat Dec 16 20:13:01 2017 UTC (6 years, 4 months ago) by mokraemer
File size: 671 byte(s)
patch for building mariadb
1 Index: pcre-8.41/pcre_exec.c
2 ===================================================================
3 --- pcre-8.41/pcre_exec.c
4 +++ pcre-8.41/pcre_exec.c 2017-12-14 02:28:26.953211763 +0100
5 @@ -509,6 +509,12 @@
6 (e.g. stopped by repeated call or recursion limit)
7 */
8
9 +#ifdef __GNUC__
10 +static int
11 +match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode,
12 + PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
13 + unsigned int rdepth) __attribute__((noinline,noclone));
14 +#endif
15 static int
16 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode,
17 PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,

  ViewVC Help
Powered by ViewVC 1.1.30