comparison src/regex.h @ 47713:7d3c26db7841

Comment and whitespace changes regarding # define __restrict_arr
author Francesco Potortì <pot@gnu.org>
date Mon, 30 Sep 2002 08:12:11 +0000
parents f184a4c74ad0
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
47712:9505d3b154c9 47713:7d3c26db7841
533 # else 533 # else
534 # define __restrict 534 # define __restrict
535 # endif 535 # endif
536 # endif 536 # endif
537 #endif 537 #endif
538 /* For now unconditionally define __restrict_arr to expand to nothing. 538 /* For now conditionally 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 #ifndef __restrict_arr
542 #define __restrict_arr 542 # define __restrict_arr
543 #endif 543 #endif
544 544
545 /* POSIX compatibility. */ 545 /* POSIX compatibility. */
546 extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, 546 extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
547 const char *__restrict __pattern, 547 const char *__restrict __pattern,