emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src/s darwin.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] emacs/src/s darwin.h
Date: Fri, 28 Aug 2009 22:49:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   09/08/28 22:49:59

Modified files:
        src/s          : darwin.h 

Log message:
        [temacs] Undef HAVE_POSIX_MEMALIGN.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/s/darwin.h?cvsroot=emacs&r1=1.53&r2=1.54

Patches:
Index: darwin.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/darwin.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- darwin.h    4 Feb 2009 11:31:30 -0000       1.53
+++ darwin.h    28 Aug 2009 22:49:58 -0000      1.54
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]