New header files.
[gnulib.git] / regex.h
diff --git a/regex.h b/regex.h
index f3c1c87..1cfd436 100644 (file)
--- a/regex.h
+++ b/regex.h
@@ -535,11 +535,11 @@ 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.  */
 #ifndef __restrict_arr
-#define __restrict_arr
+# define __restrict_arr
 #endif
 
 /* POSIX compatibility.  */