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 *));
# endif
# endif
#endif
/* For now unconditionally define __restrict_arr to expand to nothing.
Ideally we would have a test for the compiler which allows defining
it to restrict. */
#define __restrict_arr
/* POSIX compatibility. */
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
......