# HG changeset patch # User Dave Love # Date 1036702413 0 # Node ID b8b2159aed5eaae726d30b698a0cbdee37d6058c # Parent 1ee4b312fef0f8bf62d198889267c9dd273d21b2 (regexec): Fix pmatch declaration. diff -r 1ee4b312fef0 -r b8b2159aed5e src/regex.c --- a/src/regex.c Thu Nov 07 19:16:15 2002 +0000 +++ b/src/regex.c Thu Nov 07 20:53:33 2002 +0000 @@ -6202,7 +6202,7 @@ const regex_t *__restrict preg; const char *__restrict string; size_t nmatch; - regmatch_t pmatch[]; + regmatch_t pmatch[__restrict_arr]; int eflags; { int ret;