comparison src/regex.h @ 47633:f184a4c74ad0

(__restrict_arr): Don't define if already defined.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Sep 2002 22:04:14 +0000
parents 37d5eb3558fb
children 7d3c26db7841
comparison
equal deleted inserted replaced
47632:551472d77d2a 47633:f184a4c74ad0
536 # endif 536 # endif
537 #endif 537 #endif
538 /* For now unconditionally define __restrict_arr to expand to nothing. 538 /* For now unconditionally define __restrict_arr to expand to nothing.
539 Ideally we would have a test for the compiler which allows defining 539 Ideally we would have a test for the compiler which allows defining
540 it to restrict. */ 540 it to restrict. */
541 #ifndef __restrict_arr
541 #define __restrict_arr 542 #define __restrict_arr
543 #endif
542 544
543 /* POSIX compatibility. */ 545 /* POSIX compatibility. */
544 extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, 546 extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
545 const char *__restrict __pattern, 547 const char *__restrict __pattern,
546 int __cflags)); 548 int __cflags));