emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100501: * src/s/sol2-6.h: Remove obs


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100501: * src/s/sol2-6.h: Remove obsolete comments.
Date: Tue, 01 Jun 2010 19:43:47 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100501
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Tue 2010-06-01 19:43:47 -0700
message:
  * src/s/sol2-6.h: Remove obsolete comments.
modified:
  src/ChangeLog
  src/s/sol2-6.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-06-02 02:40:59 +0000
+++ b/src/ChangeLog     2010-06-02 02:43:47 +0000
@@ -1,5 +1,7 @@
 2010-06-02  Dan Nicolaescu  <address@hidden>
 
+       * s/sol2-6.h: Remove obsolete comments.
+
        Remove unnecessary alloca.h includes.
        * keymap.c: Do not include alloca.h, config.h does that.
        * sysdep.c: Likewise.  Do not define fwrite, not used.

=== modified file 'src/s/sol2-6.h'
--- a/src/s/sol2-6.h    2010-05-10 02:16:09 +0000
+++ b/src/s/sol2-6.h    2010-06-02 02:43:47 +0000
@@ -63,18 +63,6 @@
     pty_name[sizeof (pty_name) - 1] = 0;       \
   }
 
-/* This is the only known way to avoid some crashes
-   that seem to relate to screwed up malloc data
-   after deleting a frame.  */
-/* rms: I think the problems using ralloc had to do with system
-   libraries that called the system malloc even if we linked in the
-   GNU malloc.  I could not see any way to fix the problem except to
-   have just one malloc and that had to be the system one.  */
-/* This is not always necessary.  Turned off at present for testers to
-   identify any problems with gmalloc more accurately.  */
-/* #define SYSTEM_MALLOC */
-
-/* Probably OK also on earlier versions.  */
 #define GC_SETJMP_WORKS 1
 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]