]> git.eshelyaron.com Git - emacs.git/commitdiff
(temacs): Increase EMHEAP further to avoid startup message about low memory.
authorJason Rumney <jasonr@gnu.org>
Sun, 12 Oct 2003 13:56:23 +0000 (13:56 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 12 Oct 2003 13:56:23 +0000 (13:56 +0000)
src/makefile.w32-in

index 4f2b39e5913b65374f2c08df5f768f9599a819b5..b93b328a6e288463bfa36f27bc56e7bf52f4c0d1 100644 (file)
@@ -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