projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fcd89f
)
; Fix last aligned_alloc declaration change
author
Ken Brown
<kbrown@cornell.edu>
Wed, 3 Feb 2016 18:27:08 +0000
(13:27 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Wed, 3 Feb 2016 18:28:07 +0000
(13:28 -0500)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index a99002bdddaf55198a51a8dc5870f7356de51743..c8363be7a93c2c1fcfac27ee21a1fbb1c88476b0 100644
(file)
--- 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
-#if
ndef
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);