; 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user