projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e941dc
)
* src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.
author
Ken Brown
<kbrown@cornell.edu>
Sun, 21 Nov 2010 15:46:23 +0000
(10:46 -0500)
committer
Ken Brown
<kbrown@cornell.edu>
Sun, 21 Nov 2010 15:46:23 +0000
(10:46 -0500)
src/ChangeLog
patch
|
blob
|
history
src/sheap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 8a77fc15792be4d61db8c0d110b8cd87366c6b78..44dc63fd424c2a69ee6ce029b6ba9a288c5c5ad7 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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):
diff --git
a/src/sheap.c
b/src/sheap.c
index e972462d42301b4026da01d44ea227c5c64259d9..8d034ff65aada785f57730f36881a14d568a40b0 100644
(file)
--- a/
src/sheap.c
+++ b/
src/sheap.c
@@
-25,7
+25,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
-#define STATIC_HEAP_SIZE (1
3
* 1024 * 1024)
+#define STATIC_HEAP_SIZE (1
2
* 1024 * 1024)
int debug_sheap = 0;