From 4ffd9dead0f4456fc3908bf40a53fa2abbfa2cee Mon Sep 17 00:00:00 2001 From: kwaclaw Date: Sun, 26 Nov 2006 17:35:37 +0000 Subject: Fix for bug #1548182 . --- lib/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal.h b/lib/internal.h index ff056c6..dd54548 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -20,7 +20,7 @@ and therefore subject to change. */ -#if defined(__GNUC__) && defined(__i386__) +#if defined(__GNUC__) && defined(__i386__) && !defined(__MINGW32__) /* We'll use this version by default only where we know it helps. regparm() generates warnings on Solaris boxes. See SF bug #692878. -- cgit v1.2.1