diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-03-26 19:32:52 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-03-26 19:32:52 +0200 |
commit | be3a31b22bb262f57954486ec40f5cbf07a9d828 (patch) | |
tree | 679ecd486130d0fbefdba70ad3e099c2841ac608 /nt/inc | |
parent | 54e9501092ec8a87991fb3da5b1732c12b43c61e (diff) | |
download | emacs-be3a31b22bb262f57954486ec40f5cbf07a9d828.tar.gz |
Fix problem with _setjmp in MinGW64-compiled Emacs.
nt/inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
nt/config.nt (HAVE__SETJMP) [!_W64]: Don't define for MinGW64, as
its _setjmp accepts 2 arguments.
Diffstat (limited to 'nt/inc')
-rw-r--r-- | nt/inc/ms-w32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index f721676f731..fd18e8fd1da 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -158,7 +158,6 @@ extern char *getenv (); #ifdef _W64 /* MinGW64 specific stuff. */ -#define USE_NO_MINGW_SETJMP_TWO_ARGS 1 /* Make sure 'struct timespec' and 'struct timezone' are defined. */ #include <sys/types.h> #include <time.h> |