# HG changeset patch # User Richard M. Stallman # Date 1033077854 0 # Node ID f184a4c74ad018ad5de959861dd9a2196bc6ab79 # Parent 551472d77d2ac0e52e798dd675dae1a3c40f3aba (__restrict_arr): Don't define if already defined. diff -r 551472d77d2a -r f184a4c74ad0 src/regex.h --- a/src/regex.h Thu Sep 26 22:03:41 2002 +0000 +++ b/src/regex.h Thu Sep 26 22:04:14 2002 +0000 @@ -538,7 +538,9 @@ /* 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. */ +#ifndef __restrict_arr #define __restrict_arr +#endif /* POSIX compatibility. */ extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,