projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f1715
)
Comment and whitespace changes regarding # define __restrict_arr
author
Francesco Potortl
<pot@gnu.org>
Mon, 30 Sep 2002 08:12:11 +0000
(08:12 +0000)
committer
Francesco Potortl
<pot@gnu.org>
Mon, 30 Sep 2002 08:12:11 +0000
(08:12 +0000)
regex.h
patch
|
blob
|
history
diff --git
a/regex.h
b/regex.h
index f3c1c875a75d23895ea0e1258bc795ebcc45a6f7..1cfd4363ea750826f5547ae7609a1be567711611 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
un
conditionally 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. */