Fix compile error on MinGW
commit7260aefbe10bdc0ea925a7bc93f2b32462f724c8
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 26 Aug 2010 12:34:07 +0000 (26 14:34 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 17 Sep 2010 09:35:09 +0000 (17 10:35 +0100)
tree9c16628cc94e16aa7edd79a264c47945d7556ac0
parentb20bd05649e25ef7f4f136e354e4649a843118d8
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