Comment and whitespace changes regarding # define __restrict_arr
This commit is contained in:
parent
5039407b5d
commit
b90e26e123
1 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue