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
e2e6e4d2
Commit
e2e6e4d2
authored
Jul 05, 2006
by
Chong Yidong
Browse files
* puresize.h (BASE_PURESIZE): Increment to 1210500.
parent
42b50684
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 @
e2e6e4d2
2006-07-05 Chong Yidong <cyd@stupidchicken.com>
* puresize.h (BASE_PURESIZE): Increment to 1210500.
2006-07-04 Kim F. Storm <storm@cua.dk>
* xterm.c (x_delete_display): Don't free or derefence NULL pointers.
...
...
src/puresize.h
View file @
e2e6e4d2
...
...
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */
#endif
#ifndef BASE_PURESIZE
#define BASE_PURESIZE (1210
0
00 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#define BASE_PURESIZE (1210
5
00 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* 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