Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
acebbab3
Commit
acebbab3
authored
Nov 03, 2005
by
Richard M. Stallman
Browse files
(STATIC_HEAP_SIZE): Increment both definitions.
parent
225ccad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/sheap.c
src/sheap.c
+4
-4
No files found.
src/sheap.c
View file @
acebbab3
/* simulate sbrk
()
with an array in .bss, for unexec
()
support for Cygwin;
complete rewrite of xemacs Cygwin unexec
()
code
/* simulate
`
sbrk
'
with an array in .bss, for
`
unexec
'
support for Cygwin;
complete rewrite of xemacs Cygwin
`
unexec
'
code
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
...
...
@@ -27,9 +27,9 @@ Boston, MA 02110-1301, USA. */
#include <unistd.h>
#ifdef HAVE_X_WINDOWS
#define STATIC_HEAP_SIZE (
7
* 1024 * 1024)
#define STATIC_HEAP_SIZE (
8
* 1024 * 1024)
#else
#define STATIC_HEAP_SIZE (
7
* 1024 * 1024)
#define STATIC_HEAP_SIZE (
8
* 1024 * 1024)
#endif
int
debug_sheap
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment