Fix compile error on MinGW
commitf51763461658da7c03fb465bf91d7c941f2223f4
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 26 Aug 2010 12:34:07 +0000 (26 14:34 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 20 Sep 2010 14:53:39 +0000 (20 15:53 +0100)
tree181798fc5055124fb7a23d0d25c3d24df6530f5e
parent695121fd4066bfe925116b11f05d82ed8531e23f
Fix compile error on MinGW

The only difference between the declarations and function definitions
here is the use of 'internal_function'. If _LIBC is not defined and
__i386__ is, then this actually means something.

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