Commit a8bf34b3 a8bf34b37458e6c241a3556c38fdcf3a58ff57a0 by Sergey Poznyakoff

Removed redefinition of __restrict_arr

1 parent 84fa1d9d
...@@ -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,
......