aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 8813127ffce..e8081c6dd25 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -165,9 +165,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
165 each); under Cocoa 31 commands are required. */ 165 each); under Cocoa 31 commands are required. */
166#define LD_SWITCH_SYSTEM_TEMACS -prebind LIBS_NSGUI -Xlinker -headerpad -Xlinker HEADERPAD_EXTRA 166#define LD_SWITCH_SYSTEM_TEMACS -prebind LIBS_NSGUI -Xlinker -headerpad -Xlinker HEADERPAD_EXTRA
167 167
168#define C_SWITCH_SYSTEM_TEMACS -Dtemacs 168#ifdef emacs
169
170#ifdef temacs
171#define malloc unexec_malloc 169#define malloc unexec_malloc
172#define realloc unexec_realloc 170#define realloc unexec_realloc
173#define free unexec_free 171#define free unexec_free