From bc78cf6e0c3225a77e0297ff91df3d3ff2dc7211 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 12 Oct 2003 13:56:23 +0000 Subject: [PATCH] (temacs): Increase EMHEAP further to avoid startup message about low memory. --- src/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4f2b39e5913..b93b328a6e2 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -166,7 +166,7 @@ $(EMACS): $(DOC) $(TEMACS) temacs: $(BLD) $(TEMACS) $(TEMACS): $(TLIB0) $(TLIB1) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) $(LINK) $(LINK_OUT)$(TEMACS_TMP) $(FULL_LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) - "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 18 + "../nt/$(BLD)/addsection" "$(TEMACS_TMP)" "$(TEMACS)" EMHEAP 20 bootstrap: bootstrap-emacs -- 2.39.2