Mercurial > emacs
changeset 33883:c88c298397a4
Enable conservative stack marking.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 25 Nov 2000 19:18:49 +0000 |
parents | 778426d92d7b |
children | 7fda98a1496f |
files | nt/config.nt |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/config.nt Sat Nov 25 18:40:15 2000 +0000 +++ b/nt/config.nt Sat Nov 25 19:18:49 2000 +0000 @@ -41,7 +41,14 @@ /* Define REL_ALLOC if you want to use the relocating allocator for buffer space. */ #define REL_ALLOC - + +/* Enable conservative stack marking for GC. */ +#define GC_MARK_STACK 1 + +/* MSVC ignores the "register" keyword, so test fails even though + setjmp does work. */ +#define GC_SETJMP_WORKS 1 + /* Define HAVE_X_WINDOWS if you want to use the X window system. */ #undef HAVE_X_WINDOWS