Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a8bf34b3
...
a8bf34b37458e6c241a3556c38fdcf3a58ff57a0
authored
2003-01-10 11:20:13 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed redefinition of __restrict_arr
1 parent
84fa1d9d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
lib/posix/regex.h
lib/posix/regex.h
View file @
a8bf34b
...
...
@@ -530,10 +530,6 @@ extern int re_exec _RE_ARGS ((const char *));
# endif
# endif
#endif
/* For now unconditionally define __restrict_arr to expand to nothing.
Ideally we would have a test for the compiler which allows defining
it to restrict. */
#define __restrict_arr
/* POSIX compatibility. */
extern
int
regcomp
_RE_ARGS
((
regex_t
*
__restrict
__preg
,
...
...
Please
register
or
sign in
to post a comment