X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e9f25245196606cd95bf05897c1d6720f6db081..89c831801467203372b6964a785823f19e8063dd:/src/expat/lib/internal.h?ds=sidebyside 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)))