]> git.pld-linux.org Git - packages/xemacs.git/blame - xemacs-no-memory-warnings.patch
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
[packages/xemacs.git] / xemacs-no-memory-warnings.patch
CommitLineData
8ae55af7
JB
1--- xemacs-21.4.14/src/emacs.c.orig Wed Jan 15 13:18:00 2003
2+++ xemacs-21.4.14/src/emacs.c Mon Oct 27 21:45:41 2003
3@@ -1033,7 +1033,7 @@
4 #ifndef SYSTEM_MALLOC
5 if (!initialized)
6 /* Arrange to get warning messages as memory fills up. */
7- memory_warnings (0, malloc_warning);
8+ ; /*memory_warnings (0, malloc_warning); -- doesn't support memory model on alpha */
9 #endif /* not SYSTEM_MALLOC */
10
11 #ifdef SET_EMACS_PRIORITY
12@@ -3195,7 +3195,7 @@
13 /* Tell malloc where start of impure now is */
14 /* Also arrange for warnings when nearly out of space. */
15 #ifndef SYSTEM_MALLOC
16- memory_warnings (my_edata, malloc_warning);
17+ /* memory_warnings (my_edata, malloc_warning); -- doesn't support memory model on alpha */
18 #endif
19
20 UNGCPRO;
This page took 0.025424 seconds and 4 git commands to generate.