emacs-diffs
[Top][All Lists]
Advanced

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

master df57e44a08f: ; Another fix for str2sig.h


From: Eli Zaretskii
Subject: master df57e44a08f: ; Another fix for str2sig.h
Date: Thu, 5 Sep 2024 01:38:39 -0400 (EDT)

branch: master
commit df57e44a08fd5c7dc159254a40f5d2e4d008e8df
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Another fix for str2sig.h
---
 lib/sig2str.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/sig2str.h b/lib/sig2str.h
index bfb207777cc..62b6d628f12 100644
--- a/lib/sig2str.h
+++ b/lib/sig2str.h
@@ -32,10 +32,10 @@
 # define SIG2STR_MAX (5 + 1 + 10 + 1 + 2)
 #endif
 
-#ifndef HAVE_SIG2STR
+#ifdef __MINGW32__
 int sig2str (int, char *);
 #endif
-#ifndef HAVE_STR2SIG
+#ifdef __MINGW32__
 int str2sig (char const *, int *);
 #endif
 



reply via email to

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