make-alpha
[Top][All Lists]
Advanced

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

Re: [SCM] make branch, master, updated. 4.4-1-g4321c5e5


From: Andreas Schwab
Subject: Re: [SCM] make branch, master, updated. 4.4-1-g4321c5e5
Date: Wed, 09 Nov 2022 13:36:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

That doesn't look correct:

diff --git a/src/config.h.W32 b/src/config.h.W32
index 1a03a041..2fe940b7 100644
--- a/src/config.h.W32
+++ b/src/config.h.W32
@@ -343,6 +343,10 @@ this program.  If not, see <https://www.gnu.org/licenses/>>
 /* #undef HAVE_STRSIGNAL */
 
 /* Define to 1 if you have the `strtoll' function. */
++#ifdef __TINYC__
++#define strtoll _strtoi64
++#define strtoull _strtoui64
++#endif
 #define HAVE_STRTOLL 1
 
 /* Define to 1 if `d_type' is a member of `struct dirent'. */

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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