mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Enable conservative stack marking.
This commit is contained in:
parent
afabdbe599
commit
7c98e712b1
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue