diff options
author | kan <kan@FreeBSD.org> | 2005-06-03 17:35:13 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2005-06-03 17:35:13 +0000 |
commit | ceec895280fdce6fd2fbab49b24fd8ef443b11cf (patch) | |
tree | 95f417fd7e36694429d29a8f0851653f92ae1250 /contrib/gcc | |
parent | f80a31a9ee453abb9977ff0479228bf80be24784 (diff) | |
download | FreeBSD-src-ceec895280fdce6fd2fbab49b24fd8ef443b11cf.zip FreeBSD-src-ceec895280fdce6fd2fbab49b24fd8ef443b11cf.tar.gz |
Enable handling of MS-compatible packing push and pop pragmas. This change was
inadvertedly left out of the last import.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/freebsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index 53a2e30..9a9ec96 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 + |