aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-01-21 16:47:27 +0000
committerDave Love2003-01-21 16:47:27 +0000
commit69f5d6fedec1672b84940bf06e6878020f310522 (patch)
tree7c8136e471e9a4da40beb74908e4637b9352d824 /src
parentc5c927519c95b69cf998228a975c66e0d75d3215 (diff)
downloademacs-69f5d6fedec1672b84940bf06e6878020f310522.tar.gz
emacs-69f5d6fedec1672b84940bf06e6878020f310522.zip
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-5.h4
-rw-r--r--src/s/sunos4-0.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index 896011ce33c..600ab999486 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -27,3 +27,7 @@
27 We can optimize this later. */ 27 We can optimize this later. */
28 28
29#undef USE_MMAP_FOR_BUFFERS 29#undef USE_MMAP_FOR_BUFFERS
30
31/* Probably OK also on earlier versions. */
32#define GC_SETJMP_WORKS 1
33#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h
index e0b66190562..0b192f8ae00 100644
--- a/src/s/sunos4-0.h
+++ b/src/s/sunos4-0.h
@@ -44,3 +44,6 @@
44#ifndef TERMINFO 44#ifndef TERMINFO
45#define LIBS_TERMCAP -ltermcap 45#define LIBS_TERMCAP -ltermcap
46#endif 46#endif
47
48#define GC_SETJMP_WORKS 1
49#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS