emacs-devel
[Top][All Lists]
Advanced

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

Re: master ed84f24a21: Make `signal-process' allow completing over signa


From: Lars Ingebrigtsen
Subject: Re: master ed84f24a21: Make `signal-process' allow completing over signal names
Date: Mon, 27 Jun 2022 12:55:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Daniel Martín <mardani29@yahoo.es> writes:

> In the same header that defines SIG2STR_MAX there is SIGNUM_BOUND.  It
> is defined depending on the availability of other macros, including
> NSIG.  Couldn't it be used instead?

If I understand correctly, SIG2STR_MAX is also defined by the OS
sig2str:

/* Don't override system declarations of SIG2STR_MAX, sig2str, str2sig.  */
#ifndef SIG2STR_MAX

So we're free to use SIG2STR_MAX on all systems (because it's either
defined by gnulib or the OS).  Is the same the case for SIGNUM_BOUND?
(It might just be defined by gnulib.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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