X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cec343c9df169f33f1623d3a6161f0e7baf40d2..768a499594fd9c9fd0155d0513c7f5b785ce4439:/src/expat/lib/internal.h?ds=sidebyside diff --git a/src/expat/lib/internal.h b/src/expat/lib/internal.h index 6d290bd5f4..edcc7afce1 100644 --- a/src/expat/lib/internal.h +++ b/src/expat/lib/internal.h @@ -24,7 +24,7 @@ #undef FASTCALL #endif -#if defined(__GNUC__) +#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)))