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
216963b9
...
216963b9769c2f798ea555b05dbbf9c90075c0de
authored
2003-01-20 13:21:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Define __restrict_arr to empty string unless it was already defined elsewhere.
1 parent
9dd12f5e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
lib/posix/regex.h
lib/posix/regex.h
View file @
216963b
...
...
@@ -531,6 +531,10 @@ extern int re_exec _RE_ARGS ((const char *));
# endif
#endif
#ifndef __restrict_arr
# define __restrict_arr
#endif
/* POSIX compatibility. */
extern
int
regcomp
_RE_ARGS
((
regex_t
*
__restrict
__preg
,
const
char
*
__restrict
__pattern
,
...
...
Please
register
or
sign in
to post a comment