mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(regexec): Fix pmatch declaration.
This commit is contained in:
parent
4282eba157
commit
9f2dbe01ef
@ -6202,7 +6202,7 @@ regexec (preg, string, nmatch, pmatch, eflags)
|
||||
const regex_t *__restrict preg;
|
||||
const char *__restrict string;
|
||||
size_t nmatch;
|
||||
regmatch_t pmatch[];
|
||||
regmatch_t pmatch[__restrict_arr];
|
||||
int eflags;
|
||||
{
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user