X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e9f25245196606cd95bf05897c1d6720f6db081..a8d08dbd459c1b7be9c1d82d9a78a32ae2730d86:/src/expat/lib/internal.h diff --git a/src/expat/lib/internal.h b/src/expat/lib/internal.h index 1bf6baa543..edcc7afce1 100644 --- a/src/expat/lib/internal.h +++ b/src/expat/lib/internal.h @@ -20,7 +20,11 @@ and therefore subject to change. */ -#if defined(__GNUC__) +#ifdef FASTCALL +#undef FASTCALL +#endif + +#if defined(__GNUC__) && defined(__i386__) /* Instability reported with egcs on a RedHat Linux 7.3. Let's comment it out: #define FASTCALL __attribute__((stdcall, regparm(3)))