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:
parent
ad09474a95
commit
1e574bf0ea
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user