diff options
author | Jason Rumney <jasonr@gnu.org> | 2000-11-25 19:18:49 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2000-11-25 19:18:49 +0000 |
commit | 7c98e712b1c92e442b37c3fc9892fc6dd7a2460d (patch) | |
tree | 089cf0afbac700098bd58118dc13210d7a1260e9 /nt/config.nt | |
parent | afabdbe5992645245b87012fc1a66348714501ac (diff) | |
download | emacs-7c98e712b1c92e442b37c3fc9892fc6dd7a2460d.tar.gz |
Enable conservative stack marking.
Diffstat (limited to 'nt/config.nt')
-rw-r--r-- | nt/config.nt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/nt/config.nt b/nt/config.nt index 095fb34a992..23d17986895 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -41,7 +41,14 @@ Boston, MA 02111-1307, USA. */ /* 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 |