emacs-devel
[Top][All Lists]
Advanced

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

Re: Invalid use of Fmember in sigchld_handler


From: Stefan Monnier
Subject: Re: Invalid use of Fmember in sigchld_handler
Date: Mon, 12 Mar 2007 21:30:24 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

>>> In sigchld_handler Fmember is used to find entries in deleted_pid_list,
>>> but Fmember does not know about mark bits.
>> 
>>> From lisp.h:
>> 
>> #ifndef XGCTYPE
>> /* The distinction does not exist now that the MARKBIT has been eliminated.  
>> */
>> #define XGCTYPE(a) XTYPE (a)
>> #endif

> That #ifndef seems to indicate that there are cases where GC_ does matter.
> At least, it isn't obvious that some other definition of XGCTYPE cannot 
> exist...

"grep XGCTYPE" indicates it's not defined anywhere else.


        Stefan




reply via email to

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