Mercurial > emacs
changeset 104687:ae73d4e03997
[temacs] Undef HAVE_POSIX_MEMALIGN.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 28 Aug 2009 22:49:58 +0000 |
parents | 7ac0a5c9da70 |
children | d02712128030 |
files | src/s/darwin.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/darwin.h Fri Aug 28 22:49:46 2009 +0000 +++ b/src/s/darwin.h Fri Aug 28 22:49:58 2009 +0000 @@ -171,6 +171,9 @@ #define malloc unexec_malloc #define realloc unexec_realloc #define free unexec_free +/* Don't use posix_memalign because it is not compatible with + unexmacosx.c. */ +#undef HAVE_POSIX_MEMALIGN #endif /* The ncurses library has been moved out of the System framework in