From: Francesco Potortl Date: Mon, 30 Sep 2002 08:12:11 +0000 (+0000) Subject: Comment and whitespace changes regarding # define __restrict_arr X-Git-Tag: RMAIL-MBOX-BASE~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b846ca5f1e2fd868ff7b314cbd2446dd7b2e1782;p=thirdparty%2Fgnulib.git Comment and whitespace changes regarding # define __restrict_arr --- diff --git a/regex.h b/regex.h index f3c1c875a7..1cfd4363ea 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. */