diff options
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index a99002bddda..c8363be7a93 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3775,7 +3775,7 @@ INLINE void (check_cons_list) (void) { lisp_h_check_cons_list (); } | |||
| 3775 | #if !defined DOUG_LEA_MALLOC && !defined HYBRID_MALLOC && !defined SYSTEM_MALLOC | 3775 | #if !defined DOUG_LEA_MALLOC && !defined HYBRID_MALLOC && !defined SYSTEM_MALLOC |
| 3776 | extern size_t __malloc_extra_blocks; | 3776 | extern size_t __malloc_extra_blocks; |
| 3777 | #endif | 3777 | #endif |
| 3778 | #ifndef HAVE_DECL_ALIGNED_ALLOC | 3778 | #if !HAVE_DECL_ALIGNED_ALLOC |
| 3779 | extern void *aligned_alloc (size_t, size_t) ATTRIBUTE_MALLOC_SIZE ((2)); | 3779 | extern void *aligned_alloc (size_t, size_t) ATTRIBUTE_MALLOC_SIZE ((2)); |
| 3780 | #endif | 3780 | #endif |
| 3781 | extern void malloc_enable_thread (void); | 3781 | extern void malloc_enable_thread (void); |