aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-01 19:43:47 -0700
committerDan Nicolaescu2010-06-01 19:43:47 -0700
commit9f32a766dca3c9777f81f028219281f201d63edc (patch)
tree1a7ade38a0efebc882936c878c784d8507ab609b /src
parentc55d2abfc73923cedd0bcd11fc40d1739ae7a109 (diff)
downloademacs-9f32a766dca3c9777f81f028219281f201d63edc.tar.gz
emacs-9f32a766dca3c9777f81f028219281f201d63edc.zip
* src/s/sol2-6.h: Remove obsolete comments.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/sol2-6.h12
2 files changed, 2 insertions, 12 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9135ce8cbbc..ee0df18bd6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-06-02 Dan Nicolaescu <dann@ics.uci.edu> 12010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/sol2-6.h: Remove obsolete comments.
4
3 Remove unnecessary alloca.h includes. 5 Remove unnecessary alloca.h includes.
4 * keymap.c: Do not include alloca.h, config.h does that. 6 * keymap.c: Do not include alloca.h, config.h does that.
5 * sysdep.c: Likewise. Do not define fwrite, not used. 7 * sysdep.c: Likewise. Do not define fwrite, not used.
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h
index f9a4c44d74e..0c30b3d81f0 100644
--- a/src/s/sol2-6.h
+++ b/src/s/sol2-6.h
@@ -63,18 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
63 pty_name[sizeof (pty_name) - 1] = 0; \ 63 pty_name[sizeof (pty_name) - 1] = 0; \
64 } 64 }
65 65
66/* This is the only known way to avoid some crashes
67 that seem to relate to screwed up malloc data
68 after deleting a frame. */
69/* rms: I think the problems using ralloc had to do with system
70 libraries that called the system malloc even if we linked in the
71 GNU malloc. I could not see any way to fix the problem except to
72 have just one malloc and that had to be the system one. */
73/* This is not always necessary. Turned off at present for testers to
74 identify any problems with gmalloc more accurately. */
75/* #define SYSTEM_MALLOC */
76
77/* Probably OK also on earlier versions. */
78#define GC_SETJMP_WORKS 1 66#define GC_SETJMP_WORKS 1
79#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 67#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
80 68