# HG changeset patch # User Francesco Potort # Date 1033373531 0 # Node ID 7d3c26db78418049616dd02da60889d2b81ed6bd # Parent 9505d3b154c9ebf7dd5dec5d3ce3351ef9fd44d9 Comment and whitespace changes regarding # define __restrict_arr diff -r 9505d3b154c9 -r 7d3c26db7841 src/regex.h --- a/src/regex.h Mon Sep 30 06:41:51 2002 +0000 +++ b/src/regex.h Mon Sep 30 08:12:11 2002 +0000 @@ -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. */