]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* src/config.h.W32: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 9 Nov 2022 13:15:20 +0000 (15:15 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 9 Nov 2022 13:15:20 +0000 (15:15 +0200)
src/config.h.W32

index 2fe940b76845c198e6e74b5251ecd3481bc92a49..5488021fabc119181d03607c5449e65ff5fe06fc 100644 (file)
@@ -343,10 +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
+#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'. */