emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/cygwin.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/s/cygwin.h,v
Date: Fri, 07 Sep 2007 20:04:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/07 20:04:58

Index: s/cygwin.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/cygwin.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- s/cygwin.h  26 Jul 2007 05:28:08 -0000      1.10
+++ s/cygwin.h  7 Sep 2007 20:04:58 -0000       1.11
@@ -140,6 +140,12 @@
    change their controlling terminal */
 #define vfork fork
 
+/* This should work (at least when compiling with gcc).  But I have no way
+   or intention to verify or even test it.  If you encounter a problem with
+   it, feel free to change this setting, but please add a comment here about
+   why it needed to be changed.  */
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+
 /* the end */
 
 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b




reply via email to

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