From 3f898a85fc15daad530ca7db852e7d724e3914b5 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 5 May 2006 06:11:55 +0000 Subject: Updated to fedora-glibc-20060505T0554 --- posix/regex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'posix/regex.h') diff --git a/posix/regex.h b/posix/regex.h index d787b9bff9..807c404ec2 100644 --- a/posix/regex.h +++ b/posix/regex.h @@ -525,7 +525,8 @@ extern int re_exec (const char *); #endif /* gcc 3.1 and up support the [restrict] syntax. */ #ifndef __restrict_arr -# if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1) +# if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) \ + && !defined __GNUG__ # define __restrict_arr __restrict # else # define __restrict_arr -- cgit v1.2.3