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
5407e8a7
Commit
5407e8a7
authored
Feb 15, 2002
by
Andreas Schwab
Browse files
(BASE_PURESIZE): Increase to 9/5.
parent
bdf67c59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/puresize.h
src/puresize.h
+2
-2
No files found.
src/ChangeLog
View file @
5407e8a7
2002-02-15 Andreas Schwab <schwab@suse.de>
* puresize.h (BASE_PURESIZE): Increase to 9/5.
* alloc.c (NSTATICS): Increase to 1280.
2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
...
...
src/puresize.h
View file @
5407e8a7
/* How much read-only Lisp storage a dumped Emacs needs.
Copyright (C) 1993 Free Software Foundation, Inc.
Copyright (C) 1993
, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
#ifndef PURESIZE_RATIO
#if VALBITS + GCTYPEBITS + 1 > 32
#define PURESIZE_RATIO
8
/5
/* Don't surround with `()'. */
#define PURESIZE_RATIO
9
/5
/* Don't surround with `()'. */
#else
#define PURESIZE_RATIO 1
#endif
...
...
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