]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Nov 2011 20:15:17 +0000 (12:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Nov 2011 20:15:17 +0000 (12:15 -0800)
src/ChangeLog
src/s/gnu.h

index 1325dd20bb2e6f9e96f630e5bd51253983675136..04e58e4742f3ac096ff163d3c48339b72283e00c 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926).
+
 2011-11-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        Avoid some portability problems by eschewing 'extern inline' functions.
index c40f764f8bf77cb5234b4e32b072493d96fad205..b40f7b0a95b9b4e282d3aa1704e0a99733b9e6f2 100644 (file)
@@ -44,3 +44,5 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif /* !_IO_STDIO_H */
 #endif /* emacs */
 
+/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack.  */
+#define GC_MARK_STACK  GC_MAKE_GCPROS_NOOPS