From: Paul Eggert Date: Sat, 12 Jan 2013 01:47:07 +0000 (-0800) Subject: Remove obsolete comment about NON_SAVING_SETJMP. X-Git-Tag: emacs-24.3.90~173^2~7^2~329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbc9ce11fa593f2fb87a8a0ea5f1b7a78bd13425;p=emacs.git Remove obsolete comment about NON_SAVING_SETJMP. --- diff --git a/src/alloc.c b/src/alloc.c index 8dc3f11e80a..b147aa20723 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4446,11 +4446,6 @@ mark_memory (void *start, void *end) } } -/* 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;