emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 60d712b: ; Fix last aligned_alloc declaration chang


From: Ken Brown
Subject: [Emacs-diffs] master 60d712b: ; Fix last aligned_alloc declaration change
Date: Wed, 03 Feb 2016 18:29:23 +0000

branch: master
commit 60d712bba7ef0f3a80daa1757de70856a7af9a67
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    ; Fix last aligned_alloc declaration change
---
 src/lisp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lisp.h b/src/lisp.h
index a99002b..c8363be 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3775,7 +3775,7 @@ INLINE void (check_cons_list) (void) { 
lisp_h_check_cons_list (); }
 #if !defined DOUG_LEA_MALLOC && !defined HYBRID_MALLOC && !defined 
SYSTEM_MALLOC
 extern size_t __malloc_extra_blocks;
 #endif
-#ifndef HAVE_DECL_ALIGNED_ALLOC
+#if !HAVE_DECL_ALIGNED_ALLOC
 extern void *aligned_alloc (size_t, size_t) ATTRIBUTE_MALLOC_SIZE ((2));
 #endif
 extern void malloc_enable_thread (void);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]