Enable handling of MS-compatible packing push and pop pragmas. This change was

inadvertedly left out of the last import.
This commit is contained in:
Alexander Kabaev 2005-06-03 17:35:13 +00:00
parent 5493b334cc
commit b297022008
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146939

View File

@ -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