all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: emacs-devel@gnu.org
Subject: Re: Emacs-diffs Digest, Vol 19, Issue 62
Date: 12 Jul 2004 11:34:50 +0200	[thread overview]
Message-ID: <m38ydppo05.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <jeekno3dcf.fsf@sykes.suse.de>

Andreas Schwab <schwab@suse.de> writes:

> Andreas Schwab <schwab@suse.de> writes:
> 
> > storm@cua.dk (Kim F. Storm) writes:
> >
> >> Since the GCPROs does nothing in the MARK_STACK case, that
> >> also why my "dogc" change DTRT for MARK_STACK-based GC.
> >
> > But is does not compile without MARK_STACK.
> 
> Would you please fix that?
> 

Sorry for the delay.

Does this patch work?

*** alloc.c	23 Jun 2004 10:30:52 +0200	1.346
--- alloc.c	12 Jul 2004 11:29:19 +0200	
***************
*** 5033,5038 ****
--- 5033,5039 ----
  	  break;
  
  	case Lisp_Misc_Save_Value:
+ #if GC_MARK_STACK
  	  {
  	    register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj);
  	    /* If DOGC is set, POINTER is the address of a memory
***************
*** 5045,5050 ****
--- 5046,5052 ----
  		  mark_maybe_object (*p);
  	      }
  	  }
+ #endif
  	  break;
  
  	case Lisp_Misc_Overlay:

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

  reply	other threads:[~2004-07-12  9:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1BcnjN-0005AC-0I@monty-python.gnu.org>
     [not found] ` <E1BdKWZ-0004NI-3s@fencepost.gnu.org>
2004-06-24  7:55   ` Emacs-diffs Digest, Vol 19, Issue 62 Kim F. Storm
2004-06-24  8:50     ` Kim F. Storm
2004-06-30 12:09       ` Andreas Schwab
2004-07-06 23:50         ` Andreas Schwab
2004-07-12  9:34           ` Kim F. Storm [this message]
2004-07-12 10:06             ` Andreas Schwab
2004-07-12 11:13               ` Kim F. Storm
2004-07-12 11:39                 ` Andreas Schwab
2004-07-12 13:12                   ` Kim F. Storm
2004-07-12 13:25                     ` Andreas Schwab
2004-07-12 13:13                   ` Kim F. Storm
2004-07-12 13:26                     ` Andreas Schwab
2004-07-12 14:23                       ` Kim F. Storm
2004-06-25  6:28     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m38ydppo05.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.