emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111493: Remove obsolete comment abou


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111493: Remove obsolete comment about NON_SAVING_SETJMP.
Date: Fri, 11 Jan 2013 17:47:07 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111493
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2013-01-11 17:47:07 -0800
message:
  Remove obsolete comment about NON_SAVING_SETJMP.
modified:
  src/alloc.c
=== modified file 'src/alloc.c'
--- a/src/alloc.c       2013-01-02 16:13:04 +0000
+++ b/src/alloc.c       2013-01-12 01:47:07 +0000
@@ -4446,11 +4446,6 @@
       }
 }
 
-/* setjmp will work with GCC unless NON_SAVING_SETJMP is defined in
-   the GCC system configuration.  In gcc 3.2, the only systems for
-   which this is so are i386-sco5 non-ELF, i386-sysv3 (maybe included
-   by others?) and ns32k-pc532-min.  */
-
 #if !defined GC_SAVE_REGISTERS_ON_STACK && !defined GC_SETJMP_WORKS
 
 static bool setjmp_tested_p;


reply via email to

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