From: Eli Zaretskii Date: Sat, 6 Sep 2014 07:40:43 +0000 (+0300) Subject: Remove unused variable EMACS_HEAPSIZE from src/Makefile.in. X-Git-Tag: emacs-25.0.90~2635^2~679^2~343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=930fb80f9e2815e599eb1de699668d42e305fa21;p=emacs.git Remove unused variable EMACS_HEAPSIZE from src/Makefile.in. src/Makefile.in (EMACS_HEAPSIZE): Remove, no longer used. (Bug#18416) ChangeLog: Mention explicitly the removal of EMACS_HEAPSIZE. --- diff --git a/ChangeLog b/ChangeLog index bbf651057f8..4b2d9f9329f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -368,6 +368,7 @@ dumped heap size depending on 32/64bits arch on Windows. Don't check for pthreads.h on MinGW32/64, it gets in the way. Use mmap(2) for buffers and system malloc for MinGW32/64. + (EMACS_HEAPSIZE): Remove. 2014-05-27 Paul Eggert diff --git a/src/ChangeLog b/src/ChangeLog index 9b0f435881f..351e46259f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-09-06 Eli Zaretskii + + * Makefile.in (EMACS_HEAPSIZE): Remove, no longer used. (Bug#18416) + 2014-09-04 Jan D * xterm.c (x_term_init): Don't call x_session_initialize if running @@ -2571,7 +2575,7 @@ Use mmap(2) emulation for allocating buffer text on MS-Windows. * Makefile.in (C_HEAP_SWITCH): Get the predefined heap size from - configure. + configure, not from HEAPSIZE. (ADDSECTION, MINGW_TEMACS_POST_LINK): Remove, no longer used. * lisp.h (NONPOINTER_BITS): Modify the condition to define to zero diff --git a/src/Makefile.in b/src/Makefile.in index 60c783e00d6..dfa5854489b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -297,9 +297,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ RUN_TEMACS = ./temacs -## Static heap size for temacs on MinGW. -EMACS_HEAPSIZE = @EMACS_HEAPSIZE@ - UNEXEC_OBJ = @UNEXEC_OBJ@ CANNOT_DUMP=@CANNOT_DUMP@