]> git.eshelyaron.com Git - emacs.git/commitdiff
; Another fix for str2sig.h
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Sep 2024 05:38:16 +0000 (08:38 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 5 Sep 2024 05:42:31 +0000 (07:42 +0200)
(cherry picked from commit df57e44a08fd5c7dc159254a40f5d2e4d008e8df)

lib/sig2str.h

index bfb207777cc97200a6a05061964753b97d779888..62b6d628f12567040a2a1be3c4fc39a364a99a57 100644 (file)
 # 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