From: Francesco Potortì Date: Mon, 30 Sep 2002 08:12:11 +0000 (+0000) Subject: Comment and whitespace changes regarding # define __restrict_arr X-Git-Tag: ttn-vms-21-2-B4~12973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b90e26e1235040bcb8cb95e563d386e0d533d9e0;p=emacs.git Comment and whitespace changes regarding # define __restrict_arr --- diff --git a/src/regex.h b/src/regex.h index f3c1c875a75..1cfd4363ea7 100644 --- a/src/regex.h +++ b/src/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. */