mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(regexec): Fix pmatch declaration.
This commit is contained in:
parent
4282eba157
commit
9f2dbe01ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue