projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9afea93
)
; Remove redundant code in gmalloc.c
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Oct 2016 15:05:48 +0000
(18:05 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Oct 2016 15:05:48 +0000
(18:05 +0300)
* src/gmalloc.c [WINDOWSNT]: Remove MS-Windows only inclusion of
w32heap.h, as the MS-Windows build no longer uses gmalloc.c.
src/gmalloc.c
patch
|
blob
|
history
diff --git
a/src/gmalloc.c
b/src/gmalloc.c
index 00b836413196e90a3aeb8b24b37a73585c3a1cfa..d2762d74e53008fb819d672d2bd613eb81d2c855 100644
(file)
--- a/
src/gmalloc.c
+++ b/
src/gmalloc.c
@@
-39,10
+39,6
@@
License along with this library. If not, see <http://www.gnu.org/licenses/>.
#include <pthread.h>
#endif
-#ifdef WINDOWSNT
-#include <w32heap.h> /* for sbrk */
-#endif
-
#ifdef emacs
extern void emacs_abort (void);
#endif