X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.h;h=1818d5f9681e03b90dfb7255afd6bc487ac555e1;hb=2234a524956f7a24cd5d1396f0773d0583a5cca9;hp=f3c1c875a75d23895ea0e1258bc795ebcc45a6f7;hpb=eea3efe8b5a8ab69fed4322f753e2177cf0a971c;p=gnulib.git diff --git a/regex.h b/regex.h index f3c1c875a..1818d5f96 100644 --- a/regex.h +++ b/regex.h @@ -535,11 +535,11 @@ extern int re_exec _RE_ARGS ((const char *)); # endif # endif #endif -/* For now unconditionally define __restrict_arr to expand to nothing. +/* For now conditionally define __restrict_arr to expand to nothing. Ideally we would have a test for the compiler which allows defining it to restrict. */ #ifndef __restrict_arr -#define __restrict_arr +# define __restrict_arr #endif /* POSIX compatibility. */ @@ -571,3 +571,6 @@ version-control: t trim-versions-without-asking: nil End: */ + +/* arch-tag: bda6e3ec-3c02-4237-a55a-01ad2e120083 + (do not change this comment) */