Enable conservative stack marking.

This commit is contained in:
Jason Rumney 2000-11-25 19:18:49 +00:00
parent afabdbe599
commit 7c98e712b1

View file

@ -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