Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
890617cb
Commit
890617cb
authored
Aug 28, 2009
by
YAMAMOTO Mitsuharu
Browse files
[temacs] Undef HAVE_POSIX_MEMALIGN.
parent
6bcd6333
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
src/ChangeLog
src/ChangeLog
+10
-0
src/s/darwin.h
src/s/darwin.h
+3
-0
No files found.
src/ChangeLog
View file @
890617cb
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
...
...
src/s/darwin.h
View file @
890617cb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment