1
Fork 0
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:
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;