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
c5925799
Commit
c5925799
authored
Jul 30, 2007
by
Katsumi Yamaoka
Browse files
(BASE_PURESIZE): Increase to 1130000.
parent
ea2e3ef4
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 @
c5925799
2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
* puresize.h (BASE_PURESIZE): Increase to 1130000.
2007-07-30 Richard Stallman <rms@gnu.org>
2007-07-30 Richard Stallman <rms@gnu.org>
* lread.c (readevalloop, read1): Treat NBSP as whitespace.
* lread.c (readevalloop, read1): Treat NBSP as whitespace.
...
...
src/puresize.h
View file @
c5925799
...
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
...
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
#endif
#endif
#ifndef BASE_PURESIZE
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (11
2
0000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (11
3
0000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
...
...
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