changeset 3954:e2ec827dc6f8

Comment and whitespace changes regarding # define __restrict_arr
author Francesco Potortl <pot@gnu.org>
date Mon, 30 Sep 2002 08:12:11 +0000
parents c20947d0111c
children 80998a8274c6
files regex.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.  */