Define __restrict_arr to empty string unless it was already defined elsewhere.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -531,6 +531,10 @@ extern int re_exec _RE_ARGS ((const char *)); | ... | @@ -531,6 +531,10 @@ extern int re_exec _RE_ARGS ((const char *)); |
531 | # endif | 531 | # endif |
532 | #endif | 532 | #endif |
533 | 533 | ||
534 | #ifndef __restrict_arr | ||
535 | # define __restrict_arr | ||
536 | #endif | ||
537 | |||
534 | /* POSIX compatibility. */ | 538 | /* POSIX compatibility. */ |
535 | extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, | 539 | extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, |
536 | const char *__restrict __pattern, | 540 | const char *__restrict __pattern, | ... | ... |
-
Please register or sign in to post a comment