* src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.
This commit is contained in:
parent
0e941dcee2
commit
731e263a73
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-21 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
* sheap.c (STATIC_HEAP_SIZE): Revert previous change.
|
||||
|
||||
2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (ns_right_command_modifier, ns_right_control_modifier):
|
||||
|
|
|
@ -25,7 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#include <unistd.h>
|
||||
|
||||
#define STATIC_HEAP_SIZE (13 * 1024 * 1024)
|
||||
#define STATIC_HEAP_SIZE (12 * 1024 * 1024)
|
||||
|
||||
int debug_sheap = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue