summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-11-09 15:15:20 +0200
committerEli Zaretskii <eliz@gnu.org>2022-11-09 15:15:20 +0200
commit11f7198f642db3df4255f4271bc0b4f52cc3d818 (patch)
tree0153af4d58ba106f868fb689f61c437ad2582e79
parent4321c5e5628685c5fe8d2995f6fdf510fa8462bd (diff)
downloadmake-git-11f7198f642db3df4255f4271bc0b4f52cc3d818.tar.gz
* src/config.h.W32: Fix last change.
-rw-r--r--src/config.h.W328
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.h.W32 b/src/config.h.W32
index 2fe940b7..5488021f 100644
--- a/src/config.h.W32
+++ b/src/config.h.W32
@@ -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'. */