# HG changeset patch # User Francesco Potortl # Date 1033373531 0 # Node ID e2ec827dc6f80f4ae2bc3181be4c5c2d2e90a347 # Parent c20947d0111c032aa6dca82b25ea8eaea94aa8e2 Comment and whitespace changes regarding # define __restrict_arr diff --git a/regex.h b/regex.h --- a/regex.h +++ b/regex.h @@ -535,11 +535,11 @@ # 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. */ #ifndef __restrict_arr -#define __restrict_arr +# define __restrict_arr #endif /* POSIX compatibility. */