X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.h;h=91a3560678f918357763bf14bfc55cee6c282403;hb=7e3abbd47249138beefb283c6f63126c0eb46412;hp=47f4af7b554bf2386ce6a011d8aa8637952803d3;hpb=fb523b1e75c60d60366f6339305f3d00416f4c3d;p=gnulib.git diff --git a/lib/regex.h b/lib/regex.h index 47f4af7b5..91a356067 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -523,11 +523,11 @@ extern int re_exec _RE_ARGS ((const char *)); # define __restrict # 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 -#endif +#define __restrict_arr /* POSIX compatibility. */ extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,