mirror of
https://github.com/mirror/make.git
synced 2025-04-01 23:21:06 +08:00
* src/config.h.W32: Fix last change.
This commit is contained in:
parent
4321c5e562
commit
11f7198f64
@ -343,10 +343,10 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
|
|||||||
/* #undef HAVE_STRSIGNAL */
|
/* #undef HAVE_STRSIGNAL */
|
||||||
|
|
||||||
/* Define to 1 if you have the `strtoll' function. */
|
/* Define to 1 if you have the `strtoll' function. */
|
||||||
+#ifdef __TINYC__
|
#ifdef __TINYC__
|
||||||
+#define strtoll _strtoi64
|
#define strtoll _strtoi64
|
||||||
+#define strtoull _strtoui64
|
#define strtoull _strtoui64
|
||||||
+#endif
|
#endif
|
||||||
#define HAVE_STRTOLL 1
|
#define HAVE_STRTOLL 1
|
||||||
|
|
||||||
/* Define to 1 if `d_type' is a member of `struct dirent'. */
|
/* Define to 1 if `d_type' is a member of `struct dirent'. */
|
||||||
|
Loading…
Reference in New Issue
Block a user