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.
This commit is contained in:
Eli Zaretskii 2014-09-06 10:40:43 +03:00
parent e872d52c93
commit 930fb80f9e
3 changed files with 6 additions and 4 deletions

View file

@ -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 <eggert@cs.ucla.edu>

View file

@ -1,3 +1,7 @@
2014-09-06 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (EMACS_HEAPSIZE): Remove, no longer used. (Bug#18416)
2014-09-04 Jan D <jhd@f20.localdomain>
* 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

View file

@ -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@