From: Matthew Fernandez Date: Sat, 19 Sep 2020 00:55:02 +0000 (-0700) Subject: remove Windows strto[u]ll redirects X-Git-Tag: 2.46.0~20^2^2~67^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7df05a1ef5eee95f5d62266742d23ff0bf5c7022;p=graphviz remove Windows strto[u]ll redirects These functions exist on Windows. There is no need to remap them. --- diff --git a/lib/expr/exlib.h b/lib/expr/exlib.h index 776f7a417..46829bb06 100644 --- a/lib/expr/exlib.h +++ b/lib/expr/exlib.h @@ -181,10 +181,6 @@ extern const char* exversion; extern Exstate_t expr; extern int exparse(void); /* yacc should do this */ -#if defined(_WIN32) -#define strtoll _strtoi64 -#define strtoull _strtoui64 -#endif extern Sflong_t strToL(char *, char **); #endif