changeset 47713:7d3c26db7841

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