comparison nt/xemacs.mak @ 4735:80d74fed5399

Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the GNU_MALLOC define, which was only used to distinguish between "old" and "new" GNU malloc. See xemacs-patches message with ID <870180fe0911061348g168f85e2m5153e2b554b94803@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Mon, 09 Nov 2009 09:21:59 -0700
parents 985886265686
children c858892e4f2b
comparison
equal deleted inserted replaced
4734:74a5eaa67982 4735:80d74fed5399
663 !endif 663 !endif
664 664
665 !if $(USE_SYSTEM_MALLOC) 665 !if $(USE_SYSTEM_MALLOC)
666 OPT_DEFINES=$(OPT_DEFINES) -DSYSTEM_MALLOC 666 OPT_DEFINES=$(OPT_DEFINES) -DSYSTEM_MALLOC
667 !else 667 !else
668 OPT_DEFINES=$(OPT_DEFINES) -DGNU_MALLOC
669 OPT_OBJS=$(OPT_OBJS) $(OUTDIR)\free-hook.obj $(OUTDIR)\gmalloc.obj \ 668 OPT_OBJS=$(OPT_OBJS) $(OUTDIR)\free-hook.obj $(OUTDIR)\gmalloc.obj \
670 $(OUTDIR)\ntheap.obj $(OUTDIR)\vm-limit.obj 669 $(OUTDIR)\ntheap.obj $(OUTDIR)\vm-limit.obj
671 !endif 670 !endif
672 671
673 !if $(USE_INTEL_COMPILER) 672 !if $(USE_INTEL_COMPILER)