Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1e574bf0
Commit
1e574bf0
authored
Jan 07, 2011
by
Eli Zaretskii
Browse files
Use __builtin_unwind_init in MinGW builds of w32 port.
config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
parent
ad09474a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/config.nt
nt/config.nt
+4
-0
No files found.
nt/ChangeLog
View file @
1e574bf0
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
...
...
nt/config.nt
View file @
1e574bf0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment