mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 11:20:39 -08:00
; Remove redundant code in gmalloc.c
* src/gmalloc.c [WINDOWSNT]: Remove MS-Windows only inclusion of w32heap.h, as the MS-Windows build no longer uses gmalloc.c.
This commit is contained in:
parent
9afea93ed5
commit
1b3fc8ab49
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue