aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2009-08-28 22:50:11 +0000
committerYAMAMOTO Mitsuharu2009-08-28 22:50:11 +0000
commit890617cbfdfa8b4b01d9d06b243f58e15c0350c4 (patch)
tree4c6ecffa4825b513366142da6e87eee5007a73a1 /src/s
parent6bcd6333a4e6b9225c8d176fc94d215fc44fa198 (diff)
downloademacs-890617cbfdfa8b4b01d9d06b243f58e15c0350c4.tar.gz
emacs-890617cbfdfa8b4b01d9d06b243f58e15c0350c4.zip
[temacs] Undef HAVE_POSIX_MEMALIGN.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index da223e9a41c..40aa5831994 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -171,6 +171,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
171#define malloc unexec_malloc 171#define malloc unexec_malloc
172#define realloc unexec_realloc 172#define realloc unexec_realloc
173#define free unexec_free 173#define free unexec_free
174/* Don't use posix_memalign because it is not compatible with
175 unexmacosx.c. */
176#undef HAVE_POSIX_MEMALIGN
174#endif 177#endif
175 178
176/* The ncurses library has been moved out of the System framework in 179/* The ncurses library has been moved out of the System framework in