Removed redefinition of __restrict_arr
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -530,10 +530,6 @@ extern int re_exec _RE_ARGS ((const char *)); | ... | @@ -530,10 +530,6 @@ extern int re_exec _RE_ARGS ((const char *)); |
530 | # endif | 530 | # endif |
531 | # endif | 531 | # endif |
532 | #endif | 532 | #endif |
533 | /* For now unconditionally define __restrict_arr to expand to nothing. | ||
534 | Ideally we would have a test for the compiler which allows defining | ||
535 | it to restrict. */ | ||
536 | #define __restrict_arr | ||
537 | 533 | ||
538 | /* POSIX compatibility. */ | 534 | /* POSIX compatibility. */ |
539 | extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, | 535 | extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, | ... | ... |
-
Please register or sign in to post a comment