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
d64d5ff5
Commit
d64d5ff5
authored
Oct 10, 2008
by
Eli Zaretskii
Browse files
(SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
parent
41b3bdd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/s/msdos.h
src/s/msdos.h
+5
-3
No files found.
src/ChangeLog
View file @
d64d5ff5
2008-10-10 Eli Zaretskii <eliz@gnu.org>
* s/msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000.
2008-10-09 Eli Zaretskii <eliz@gnu.org>
* frame.c (make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed
...
...
src/s/msdos.h
View file @
d64d5ff5
...
...
@@ -193,12 +193,14 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
/* Define one of these for easier conditionals. */
#ifdef HAVE_X_WINDOWS
/* We need a little extra space, see ../../lisp/loadup.el */
/* We need a little extra space, see ../../lisp/loadup.el
.
*/
#define SYSTEM_PURESIZE_EXTRA 15000
#define LIBX11_SYSTEM -lxext -lsys
#else
/* We need a little extra space, see ../../lisp/loadup.el */
#define SYSTEM_PURESIZE_EXTRA 100000
/* We may need a little extra space, see ../../lisp/loadup.el. As of
20081010, 1193600 bytes are used at dump time, which is even less
than BASE_PURESIZE. So the extra below is just paranoia. */
#define SYSTEM_PURESIZE_EXTRA 10000
#endif
/* Tell the garbage collector that setjmp is known to save all
...
...
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