# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1251499798 0 # Node ID ae73d4e0399765e0cfb194b63148ef3b11cc8c73 # Parent 7ac0a5c9da70bd307f5e01c4ff7b8b2dff6254d5 [temacs] Undef HAVE_POSIX_MEMALIGN. diff -r 7ac0a5c9da70 -r ae73d4e03997 src/s/darwin.h --- 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