repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(ensure_echo_area_buffers): New.
[emacs.git]
/
src
/
s
/
sunos413.h
blob
3caae6e737884fd2223071a458201365a6462bf2
1
#include
"sunos4-1.h"
2
3
/* jik@gza.com says this works now. */
4
/* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
5
6
#undef SYSTEM_MALLOC
7
8
/* barrie@calvin.demon.co.uk says memmove is missing. */
9
#ifndef SYSTEM_MALLOC
10
#define MEMMOVE_MISSING
11
#endif