aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/gnu-linux.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e450bebd4d1..3954b5c5265 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-12-12 Gerd Moellmann <gerd@gnu.org>
2
3 * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
4
12000-12-11 Gerd Moellmann <gerd@gnu.org> 52000-12-11 Gerd Moellmann <gerd@gnu.org>
2 6
3 * xfns.c (Fx_hide_tip): Fix last change. 7 * xfns.c (Fx_hide_tip): Fix last change.
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 786db29155d..967e4fe398c 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -335,4 +335,5 @@ Boston, MA 02111-1307, USA. */
335 335
336#if defined __i386__ || defined __sparc__ || defined __m68k__ || defined __alpha__ 336#if defined __i386__ || defined __sparc__ || defined __m68k__ || defined __alpha__
337#define GC_SETJMP_WORKS 1 337#define GC_SETJMP_WORKS 1
338#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
338#endif 339#endif