Fix compile for MinGW (continued)
commitceed2f3fc951fcfb4dda238bbdcef8298b4806ff
authorNate Parsons <parsons.nate@gmail.com>
Fri, 10 Sep 2010 08:00:25 +0000 (10 10:00 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 10 Sep 2010 22:48:23 +0000 (10 23:48 +0100)
treecd5e2b6a39756fbafae7206b561396babd09360f
parente158a0648975b8888a885f92c893375bbbe84153
Fix compile for MinGW (continued)

This fixes the fix in efe33c61(Fix compile error on MinGW). It only
fixed things on one computer, but apparently not on others.  The only
difference between the declarations and function definitions here is the
'internal_function's. if _LIBC is not defined and __i386__ is, then this
actually means something.

[jes cobbled together the commit message and the commit from all over
the place and cannot be held responsible for misrepresentations.]

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/regex/regexec.c