From 2810be34c1afbb51d5af21049a60ba3db25bcf0e Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 21 May 2016 11:25:44 -0700
Subject: [PATCH] Enable relocatable control stack.

Typo prevented enabling the relocatable stack for OSX.
---
 src/lisp/x86-validate-darwin.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lisp/x86-validate-darwin.h b/src/lisp/x86-validate-darwin.h
index 1ac37f3d0..d6b956d21 100644
--- a/src/lisp/x86-validate-darwin.h
+++ b/src/lisp/x86-validate-darwin.h
@@ -23,7 +23,7 @@
 #endif
 #define BINDING_STACK_SIZE	(0x07fff000)	/* 128MB - 1 page */
 
-#ifdef RELOCATABLE_STACK_START
+#ifndef RELOCATABLE_STACK_START
 #define CONTROL_STACK_START	(0x40000000)
 #endif
 
-- 
GitLab