X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa2986105ae1d10fd697f0f8afa27a7839af0bff..ff6871ef3d4453660dfa9f178b8d7d2a5cd8ee0e:/src/expat/lib/internal.h diff --git a/src/expat/lib/internal.h b/src/expat/lib/internal.h index f7e9a98a5f..6d290bd5f4 100644 --- a/src/expat/lib/internal.h +++ b/src/expat/lib/internal.h @@ -20,6 +20,10 @@ and therefore subject to change. */ +#ifdef FASTCALL +#undef FASTCALL +#endif + #if defined(__GNUC__) /* Instability reported with egcs on a RedHat Linux 7.3. Let's comment it out: @@ -38,9 +42,6 @@ Likely reason: __fastcall on Windows is like stdcall, therefore the compiler cannot perform stack optimizations for call clusters. */ -#ifdef FASTCALL -#undef FASTCALL -#endif #define FASTCALL #define PTRCALL #define PTRFASTCALL