1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

[temacs] Undef HAVE_POSIX_MEMALIGN.

This commit is contained in:
YAMAMOTO Mitsuharu 2009-08-28 22:50:11 +00:00
parent 6bcd6333a4
commit 890617cbfd
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2009-08-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* unexmacosx.c (print_load_command_name) [LC_DYLD_INFO]: Add cases
LC_DYLD_INFO and LC_DYLD_INFO_ONLY.
(copy_data_segment): Also copy __program_vars section.
(copy_dyld_info) [LC_DYLD_INFO]: New function.
(dump_it) [LC_DYLD_INFO]: Use it.
* s/darwin.h [temacs]: Undef HAVE_POSIX_MEMALIGN.
2009-08-28 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(BLD)/doc.$(O)): Depend on buildobj.h, not on

View File

@ -171,6 +171,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#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