1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

Use __builtin_unwind_init in MinGW builds of w32 port.

config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
This commit is contained in:
Eli Zaretskii 2011-01-07 12:16:20 +02:00
parent ad09474a95
commit 1e574bf0ea
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-01-07 Eli Zaretskii <eliz@gnu.org>
* config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
2011-01-02 Eli Zaretskii <eliz@gnu.org>
* configure.bat (end): Unset environment variables used by this

View File

@ -287,6 +287,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define EXTERNALLY_VISIBLE
#endif
#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
#define HAVE___BUILTIN_UNWIND_INIT 1
#endif
#undef EMACS_CONFIGURATION
#undef EMACS_CONFIG_OPTIONS