diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-10-26 09:37:34 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-10-26 09:37:34 +0000 |
commit | 2e178c6909d93b1160fe12ee594d0038ef9af847 (patch) | |
tree | b0e5256711ac1ff9cf5342cbb4fce1d538f60251 /winsup/cygwin/exception.h | |
parent | 7a1dc2a940f927c76af423a97867ab12094487be (diff) | |
download | cygnal-2e178c6909d93b1160fe12ee594d0038ef9af847.tar.gz cygnal-2e178c6909d93b1160fe12ee594d0038ef9af847.tar.bz2 cygnal-2e178c6909d93b1160fe12ee594d0038ef9af847.zip |
* exception.h (_exception_list): Drop redefinition for x86_64.
* include/exceptions.h: Disable content for x86_64 since it's not
using frame based exception handling anymore.
Diffstat (limited to 'winsup/cygwin/exception.h')
-rw-r--r-- | winsup/cygwin/exception.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/exception.h b/winsup/cygwin/exception.h index 5b11b0c00..8981c241b 100644 --- a/winsup/cygwin/exception.h +++ b/winsup/cygwin/exception.h @@ -8,10 +8,6 @@ details. */ #pragma once -#ifdef __x86_64__ -#define _exception_list _EXCEPTION_REGISTRATION_RECORD -#endif - #include <exceptions.h> #ifndef __x86_64__ |