Lines 533-539
Link Here
|
533 |
/* For now unconditionally define __restrict_arr to expand to nothing. |
533 |
/* For now unconditionally define __restrict_arr to expand to nothing. |
534 |
Ideally we would have a test for the compiler which allows defining |
534 |
Ideally we would have a test for the compiler which allows defining |
535 |
it to restrict. */ |
535 |
it to restrict. */ |
|
|
536 |
#if HAVE_FEATURES_H |
537 |
# include <features.h> |
538 |
#endif |
539 |
#if !defined(__UCLIBC__) || !defined(__restrict_arr) |
536 |
#define __restrict_arr |
540 |
#define __restrict_arr |
|
|
541 |
#endif |
537 |
|
542 |
|
538 |
/* POSIX compatibility. */ |
543 |
/* POSIX compatibility. */ |
539 |
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, |
544 |
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, |