]> git.eshelyaron.com Git - emacs.git/commitdiff
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
authorDave Love <fx@gnu.org>
Tue, 21 Jan 2003 16:47:27 +0000 (16:47 +0000)
committerDave Love <fx@gnu.org>
Tue, 21 Jan 2003 16:47:27 +0000 (16:47 +0000)
src/s/sol2-5.h
src/s/sunos4-0.h

index 896011ce33cbe227cb85ca85ac341022a7a896f5..600ab999486160361bfaf46757ae2b418b560957 100644 (file)
@@ -27,3 +27,7 @@
    We can optimize this later.  */
 
 #undef USE_MMAP_FOR_BUFFERS
+
+/* Probably OK also on earlier versions.  */
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
index e0b66190562419bd839f494ba09a5d7d467c2371..0b192f8ae008e6be8ea03b42053a2c63684bd6c0 100644 (file)
@@ -44,3 +44,6 @@
 #ifndef TERMINFO
 #define LIBS_TERMCAP -ltermcap
 #endif
+
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS