1
0
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:
Dave Love 2002-11-07 20:53:33 +00:00
parent 4282eba157
commit 9f2dbe01ef

View File

@ -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;