X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.h;h=1818d5f9681e03b90dfb7255afd6bc487ac555e1;hb=512eca76f67448338221e99237a3e392f111be40;hp=b3f72e9b065d5544e181fcbe377b09e122dc1fb7;hpb=0ee31d9c833f8b0c7041d6bb8f2af0bd4139f8fe;p=gnulib.git diff --git a/regex.h b/regex.h index b3f72e9b0..1818d5f96 100644 --- a/regex.h +++ b/regex.h @@ -1,7 +1,3 @@ -/* Only edit this file through the CVS module in subversions. This file - is automatically updated whenever changes are made to it there, and - all of your work will be lost! - jbailey Sep 19, 2000 */ - /* Definitions for data structures and routines for the regular expression library, version 0.12. @@ -539,10 +535,12 @@ extern int re_exec _RE_ARGS ((const char *)); # endif # endif #endif -/* For now unconditionally define __restrict_arr to expand to nothing. +/* For now conditionally 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 +#ifndef __restrict_arr +# define __restrict_arr +#endif /* POSIX compatibility. */ extern int regcomp _RE_ARGS ((regex_t *__restrict __preg, @@ -573,3 +571,6 @@ version-control: t trim-versions-without-asking: nil End: */ + +/* arch-tag: bda6e3ec-3c02-4237-a55a-01ad2e120083 + (do not change this comment) */