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: Kim F. Storm
Subject: Re: Invalid use of Fmember in sigchld_handler
Date: Mon, 12 Mar 2007 22:32:30 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> 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...

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





reply via email to

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