From: Jason Rumney Date: Sun, 12 Oct 2003 13:56:23 +0000 (+0000) Subject: (temacs): Increase EMHEAP further to avoid startup message about low memory. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc78cf6e0c3225a77e0297ff91df3d3ff2dc7211;p=emacs.git (temacs): Increase EMHEAP further to avoid startup message about low memory. --- 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