summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-10 11:20:13 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-10 11:20:13 +0000
commita8bf34b37458e6c241a3556c38fdcf3a58ff57a0 (patch)
treeae8220d07546c2902828c8461b9effc44347a4fc /lib
parent84fa1d9d39ba9a7629d30c29b3ec94717f330057 (diff)
downloadmailutils-a8bf34b37458e6c241a3556c38fdcf3a58ff57a0.tar.gz
mailutils-a8bf34b37458e6c241a3556c38fdcf3a58ff57a0.tar.bz2
Removed redefinition of __restrict_arr
Diffstat (limited to 'lib')
-rw-r--r--lib/posix/regex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/posix/regex.h b/lib/posix/regex.h
index 63c2fef69..2b0a80b03 100644
--- a/lib/posix/regex.h
+++ b/lib/posix/regex.h
@@ -527,16 +527,12 @@ extern int re_exec _RE_ARGS ((const char *));
# define __restrict restrict
# else
# 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
/* POSIX compatibility. */
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
const char *__restrict __pattern,
int __cflags));

Return to:

Send suggestions and report system problems to the System administrator.