patches/gcc-02-handle_pragma_pack_push_pop.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 1649 22c136bd4c76
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- gcc-4.2.3/gcc/config/sol2-10.h.orig	2009-01-23 22:52:36.811847756 +0100
+++ gcc-4.2.3/gcc/config/sol2-10.h	2009-01-23 23:01:22.694640931 +0100
@@ -21,3 +21,6 @@
 /* Solaris 10 has the float and long double forms of math functions.  */
 #undef TARGET_C99_FUNCTIONS
 #define TARGET_C99_FUNCTIONS 1
+
+/* Define this so we can compile MS code for use with WINE.  */
+#define HANDLE_PRAGMA_PACK_PUSH_POP