From b2970220087cc2b0f5d5fdec63835ac83e2b079a Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 3 Jun 2005 17:35:13 +0000 Subject: [PATCH] Enable handling of MS-compatible packing push and pop pragmas. This change was inadvertedly left out of the last import. --- contrib/gcc/config/freebsd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 53a2e3075499..9a9ec96c64ef 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -94,3 +94,7 @@ Boston, MA 02111-1307, USA. */ This enables the test coverage code to use file locking when exiting a program, which avoids race conditions if the program has forked. */ #define TARGET_HAS_F_SETLKW 1 + +/* Define this so we can compile MS code for use with WINE. */ +#define HANDLE_PRAGMA_PACK_PUSH_POP +