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
6a258a33
Commit
6a258a33
authored
Apr 16, 2006
by
Andreas Schwab
Browse files
(PURESIZE_RATIO): Reduce to 10/6.
parent
51fa34bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/puresize.h
src/puresize.h
+1
-1
No files found.
src/ChangeLog
View file @
6a258a33
2006-04-16 Andreas Schwab <schwab@suse.de>
* puresize.h (PURESIZE_RATIO): Reduce to 10/6.
2006-04-15 Romain Francoise <romain@orebokech.com>
* puresize.h (BASE_PURESIZE): Increment to 1210000.
...
...
src/puresize.h
View file @
6a258a33
...
...
@@ -49,7 +49,7 @@ Boston, MA 02110-1301, USA. */
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
#ifndef PURESIZE_RATIO
#if BITS_PER_EMACS_INT > 32
#define PURESIZE_RATIO
9/5
/* Don't surround with `()'. */
#define PURESIZE_RATIO
10/6
/* 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