Commit 216963b9 216963b9769c2f798ea555b05dbbf9c90075c0de by Sergey Poznyakoff

Define __restrict_arr to empty string unless it was already defined elsewhere.

1 parent 9dd12f5e
......@@ -531,6 +531,10 @@ extern int re_exec _RE_ARGS ((const char *));
# endif
#endif
#ifndef __restrict_arr
# define __restrict_arr
#endif
/* POSIX compatibility. */
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
const char *__restrict __pattern,
......