From: Eli Zaretskii Date: Fri, 6 Sep 2024 06:23:55 +0000 (+0300) Subject: Revert "; Another fix for str2sig.h" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b88be038a9261c88a70283bd4749bfd6f4fb8d3;p=emacs.git Revert "; Another fix for str2sig.h" This reverts commit df57e44a08fd5c7dc159254a40f5d2e4d008e8df. It is no longer needed with introduction of nt/inc/signal.h. (cherry picked from commit 42da79c07583648b8677f2bcc880fad3244ac32e) --- diff --git a/lib/sig2str.h b/lib/sig2str.h index 62b6d628f12..bfb207777cc 100644 --- a/lib/sig2str.h +++ b/lib/sig2str.h @@ -32,10 +32,10 @@ # define SIG2STR_MAX (5 + 1 + 10 + 1 + 2) #endif -#ifdef __MINGW32__ +#ifndef HAVE_SIG2STR int sig2str (int, char *); #endif -#ifdef __MINGW32__ +#ifndef HAVE_STR2SIG int str2sig (char const *, int *); #endif